Skip to content

Commit 3358dfa

Browse files
committed
add 'generated automatically' comment
1 parent 6795780 commit 3358dfa

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

direct/src/ffi/genPyCode.pp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,29 @@
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
2932
python $[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+
3642
python '$[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
4452
import os
4553
import sys

panda/src/configfiles/_panda.prc.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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.

0 commit comments

Comments
 (0)