Changeset 459 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Mar 23, 2008, 10:38:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
r350 r459 157 157 158 158 const char *coreFileName = "core.lib"; 159 if( bDebugCompile)159 if( compiler.IsDebug() ) 160 160 { 161 161 coreFileName = "cored.lib"; … … 282 282 } 283 283 int MainThread(DWORD dummy){ 284 extern BOOL bDebugCompile;285 284 extern BOOL bDebugRun; 286 285 extern int bError; 287 286 288 287 if(bDebugRun){ 289 if(bDebugCompile){ 288 if( compiler.IsDebug() ) 289 { 290 290 bDebugRun=0; 291 291
Note:
See TracChangeset
for help on using the changeset viewer.