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