Browse Source

Let's not freeze packpanda and eggcacher for now, it appears to give problems on windows

rdb 16 years ago
parent
commit
db7b31f315
1 changed files with 8 additions and 8 deletions
  1. 8 8
      makepanda/makepanda.py

+ 8 - 8
makepanda/makepanda.py

@@ -2998,6 +2998,14 @@ if (PkgSkip("PYTHON")==0):
   OPTS=['DIR:direct/src/directbase', 'BUILDING:DIRECT']
   OPTS=['DIR:direct/src/directbase', 'BUILDING:DIRECT']
   TargetAdd('directbase_directbase.obj', opts=OPTS, input='directbase.cxx')
   TargetAdd('directbase_directbase.obj', opts=OPTS, input='directbase.cxx')
 
 
+  TargetAdd('packpanda.obj', opts=OPTS+['BUILDING:PACKPANDA'], input='ppython.cxx')
+  TargetAdd('packpanda.exe', input='packpanda.obj')
+  TargetAdd('packpanda.exe', opts=['WINUSER'])
+
+  TargetAdd('eggcacher.obj', opts=OPTS+['BUILDING:EGGCACHER'], input='ppython.cxx') 	 
+  TargetAdd('eggcacher.exe', input='eggcacher.obj') 	 
+  TargetAdd('eggcacher.exe', opts=['WINUSER'])
+
 #
 #
 # DIRECTORY: direct/src/dcparser/
 # DIRECTORY: direct/src/dcparser/
 #
 #
@@ -4032,14 +4040,6 @@ if (PkgSkip("PYTHON")==0):
   if (PkgSkip("ODE")==0):
   if (PkgSkip("ODE")==0):
     TargetAdd('PandaModules.py', input='libpandaode.dll')
     TargetAdd('PandaModules.py', input='libpandaode.dll')
 
 
-#
-# Freeze whatever we need to freeze.
-#
-
-if (PkgSkip("PYTHON")==0):
-  TargetAdd('packpanda.exe', input='direct/src/directscripts/packpanda.py')
-  TargetAdd('eggcacher.exe', input='direct/src/directscripts/eggcacher.py')
-
 #
 #
 # Build the runtime.
 # Build the runtime.
 #
 #