mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
*** empty log message ***
This commit is contained in:
parent
03a861dfcb
commit
020a09fc9c
@ -42,7 +42,7 @@ $[python] -u $[osfilename $[install_bin_dir]/genPyCode.py] %1 %2 %3 %4 %5 %6 %7
|
|||||||
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
||||||
################################# DO NOT EDIT ###########################
|
################################# DO NOT EDIT ###########################
|
||||||
|
|
||||||
#if $[CTPROJS]
|
#if $[and $[CTPROJS],$[not $[OSX_PLATFORM]]]
|
||||||
# This script was generated while the user was using the ctattach
|
# This script was generated while the user was using the ctattach
|
||||||
# tools. That had better still be the case.
|
# tools. That had better still be the case.
|
||||||
#if $[WINDOWS_PLATFORM]
|
#if $[WINDOWS_PLATFORM]
|
||||||
@ -66,7 +66,7 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import glob
|
import glob
|
||||||
|
|
||||||
#if $[CTPROJS]
|
#if $[and $[CTPROJS],$[not $[OSX_PLATFORM]]]
|
||||||
# This script was generated while the user was using the ctattach
|
# This script was generated while the user was using the ctattach
|
||||||
# tools. That had better still be the case.
|
# tools. That had better still be the case.
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ DoGenPyCode.interrogateLib = r'libdtoolconfig'
|
|||||||
DoGenPyCode.codeLibs = r'$[GENPYCODE_LIBS]'.split()
|
DoGenPyCode.codeLibs = r'$[GENPYCODE_LIBS]'.split()
|
||||||
DoGenPyCode.native = $[if $[PYTHON_NATIVE],1,0]
|
DoGenPyCode.native = $[if $[PYTHON_NATIVE],1,0]
|
||||||
|
|
||||||
#if $[not $[CTPROJS]]
|
#if $[not $[and $[CTPROJS],$[not $[OSX_PLATFORM]]]]
|
||||||
// Since the user is not using ctattach, bake these variables in too.
|
// Since the user is not using ctattach, bake these variables in too.
|
||||||
DoGenPyCode.directDir = r'$[osfilename $[TOPDIR]]'
|
DoGenPyCode.directDir = r'$[osfilename $[TOPDIR]]'
|
||||||
DoGenPyCode.outputCodeDir = r'$[osfilename $[install_lib_dir]/pandac]'
|
DoGenPyCode.outputCodeDir = r'$[osfilename $[install_lib_dir]/pandac]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user