mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
comment fix
This commit is contained in:
parent
65f0fa0409
commit
de7954a99b
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#output 40_direct.prc
|
#output 40_direct.prc
|
||||||
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
################################# DO NOT EDIT ###########################
|
################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
model-path $DMODELS
|
model-path $DMODELS
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
#if $[eq $[PLATFORM],Win32]
|
#if $[eq $[PLATFORM],Win32]
|
||||||
|
|
||||||
#output genPyCode.bat
|
#output genPyCode.bat
|
||||||
rem #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
@echo off
|
||||||
|
rem #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
rem ################################# DO NOT EDIT ###########################
|
rem ################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
@echo off
|
|
||||||
python $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7 %8 %9
|
python $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
#end genPyCode.bat
|
#end genPyCode.bat
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ python $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|||||||
|
|
||||||
#output genPyCode
|
#output genPyCode
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
################################# DO NOT EDIT ###########################
|
################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
python '$[osfilename $[install_bin_dir]/genPyCode.py]' "$@"
|
python '$[osfilename $[install_bin_dir]/genPyCode.py]' "$@"
|
||||||
@ -44,7 +44,7 @@ python '$[osfilename $[install_bin_dir]/genPyCode.py]' "$@"
|
|||||||
|
|
||||||
#output genPyCode.py
|
#output genPyCode.py
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
################################# DO NOT EDIT ###########################
|
################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#output 20_panda.prc
|
#output 20_panda.prc
|
||||||
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
################################# DO NOT EDIT ###########################
|
################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
# Let's set up a default window size of 800x600. The user can
|
# Let's set up a default window size of 800x600. The user can
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
//
|
//
|
||||||
// pandatool.prc.pp
|
// pandatool.prc.pp
|
||||||
//
|
//
|
||||||
// This file defines the script to auto-generate _pandatool.prc at
|
// This file defines the script to auto-generate pandatool.prc at
|
||||||
// ppremake time.
|
// ppremake time.
|
||||||
//
|
//
|
||||||
|
|
||||||
#output 30_pandatool.prc
|
#output 30_pandatool.prc
|
||||||
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
################################# DO NOT EDIT ###########################
|
################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user