소스 검색

remove egg-optchar-new

David Rose 22 년 전
부모
커밋
a1312c6553
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 3
      dtool/Config.pp
  2. 0 5
      dtool/pptempl/Template.models.pp

+ 0 - 3
dtool/Config.pp

@@ -505,9 +505,6 @@
   #define OBJ .o
   #define OBJ .o
 #endif
 #endif
 
 
-// Temporary, while we migrate egg-optchar.
-#define USE_EGG_OPTCHAR_NEW 1
-
 
 
 ///////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////
 // The following variables are only meaningful when BUILD_TYPE is
 // The following variables are only meaningful when BUILD_TYPE is

+ 0 - 5
dtool/pptempl/Template.models.pp

@@ -348,12 +348,7 @@ $[TAB]touch $[TARGET_DIR]/$[egg]
 
 
    // And this is the actual optchar pass.
    // And this is the actual optchar pass.
 $[target] : $[sources] $[TARGET_DIR]/stamp
 $[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]
 $[TAB]egg-optchar $[OPTCHAR_OPTS] -d $[TARGET_DIR] $[sources]
-#endif
 #end optchar_egg
 #end optchar_egg