From 3358dfaae2db98fbd4f68a549fa33b64089def40 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 11 Jun 2004 20:54:21 +0000 Subject: [PATCH] add 'generated automatically' comment --- direct/src/ffi/genPyCode.pp | 12 ++++++++++-- panda/src/configfiles/_panda.prc.pp | 2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/direct/src/ffi/genPyCode.pp b/direct/src/ffi/genPyCode.pp index 468761cb34..3d0ef7d4ed 100644 --- a/direct/src/ffi/genPyCode.pp +++ b/direct/src/ffi/genPyCode.pp @@ -25,6 +25,9 @@ #if $[eq $[PLATFORM],Win32] #output genPyCode.bat +rem #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. +rem ################################# DO NOT EDIT ########################### + @echo off python $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7 %8 %9 #end genPyCode.bat @@ -32,14 +35,19 @@ python $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7 %8 %9 #else // Win32 #output genPyCode -$[hash]! /bin/sh +#! /bin/sh +#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. +################################# DO NOT EDIT ########################### + python '$[osfilename $[install_bin_dir]/genPyCode.py]' "$@" #end genPyCode #endif // Win32 #output genPyCode.py -$[hash]! /usr/bin/env python +#! /usr/bin/env python +#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. +################################# DO NOT EDIT ########################### import os import sys diff --git a/panda/src/configfiles/_panda.prc.pp b/panda/src/configfiles/_panda.prc.pp index ee3a40bf5e..151e1e0626 100644 --- a/panda/src/configfiles/_panda.prc.pp +++ b/panda/src/configfiles/_panda.prc.pp @@ -7,6 +7,8 @@ // #output _panda.prc +#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. +################################# DO NOT EDIT ########################### # Let's set up a default window size of 800x600. The user can # override this in his or her personal prc file.