Changeset 159

Show
Ignore:
Timestamp:
06/25/06 00:32:55 (2 years ago)
Author:
aldacron
Message:

* commented out the DerelictFT hack in buildme.d
* changed the default build mode in buildme.d from debug to release
* the build script will now pause on error, rather than exit
* added -inline to build_release.txt in the hope that some of the converted macros in the packages will be inlined

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build_release.txt

    r138 r159  
    11-release 
     2-inline 
    23-O 
  • trunk/buildme.d

    r158 r159  
    3939private static const char[] tempBrf = "temp.brf"; 
    4040 
    41 // build configuration. If none is specified on the command line, Mode.Debug is default 
    42 private Mode mode = Mode.Debug
     41// build configuration. 
     42private Mode mode = Mode.Release
    4343 
    4444version(Windows) 
     
    221221    if(ret != 0) 
    222222    { 
    223         exit(ret); 
     223        writefln("\n\n " ~ packageName ~ " failed to build.\n"); 
     224        system("pause"); 
    224225    } 
    225226     
     
    229230     
    230231} 
    231  
     232/+ 
    232233// nasty hack - don't try this at home kids 
    233234private void buildDerelictFT() 
     
    242243    brfBuf = tempBuf; 
    243244} 
     245+/ 
    244246 
    245247private void scan() 
     
    251253    foreach(char[] filename; list) { 
    252254         
    253       /*  
     255/+        /*  
    254256            NOTE: Temporary work around. Adding the error check caused the 
    255257            full build to stop evertime it was attempted in Debug mode because 
     
    264266            continue;  
    265267        } 
    266        
     268+/         
    267269         
    268270        // if this filename is a directory, pass it to buildpackage for