mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
remove egg-optchar-new
This commit is contained in:
parent
c0d5a074af
commit
a1312c6553
@ -505,9 +505,6 @@
|
||||
#define OBJ .o
|
||||
#endif
|
||||
|
||||
// Temporary, while we migrate egg-optchar.
|
||||
#define USE_EGG_OPTCHAR_NEW 1
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// The following variables are only meaningful when BUILD_TYPE is
|
||||
|
@ -348,12 +348,7 @@ $[TAB]touch $[TARGET_DIR]/$[egg]
|
||||
|
||||
// And this is the actual optchar pass.
|
||||
$[target] : $[sources] $[TARGET_DIR]/stamp
|
||||
// Temporary: while we're migrating egg-optchar, we might test this command.
|
||||
#if $[USE_EGG_OPTCHAR_NEW]
|
||||
$[TAB]egg-optchar-new $[OPTCHAR_NEW_OPTS] -d $[TARGET_DIR] $[sources]
|
||||
#else
|
||||
$[TAB]egg-optchar $[OPTCHAR_OPTS] -d $[TARGET_DIR] $[sources]
|
||||
#endif
|
||||
#end optchar_egg
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user