File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2525#if $[eq $[PLATFORM],Win32]
2626
2727#output genPyCode.bat
28+ rem #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
29+ rem ################################# DO NOT EDIT ###########################
30+
2831@echo off
2932python $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7 %8 %9
3033#end genPyCode.bat
3134
3235#else // Win32
3336
3437#output genPyCode
35- $[hash]! /bin/sh
38+ #! /bin/sh
39+ #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
40+ ################################# DO NOT EDIT ###########################
41+
3642python ' $[osfilename $[install_bin_dir]/genPyCode.py]' "$@"
3743#end genPyCode
3844
3945#endif // Win32
4046
4147#output genPyCode.py
42- $[hash]! /usr/bin/env python
48+ #! /usr/bin/env python
49+ #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
50+ ################################# DO NOT EDIT ###########################
4351
4452import os
4553import sys
Original file line number Diff line number Diff line change 77//
88
99# output _panda.prc
10+ # ### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
11+ # ################################ DO NOT EDIT ###########################
1012
1113# Let's set up a default window size of 800x600. The user can
1214# override this in his or her personal prc file.
You can’t perform that action at this time.
0 commit comments