Changeset 222

Show
Ignore:
Timestamp:
02/01/07 10:51:07 (1 year ago)
Author:
aldacron
Message:

* (sigh) added a missing variable to the GDC version of the script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/buildme.d

    r221 r222  
    6767    private static const char[] objExt = ".o"; 
    6868    private static const char[] libExt = ".a"; 
    69     private static const char[] libCmd = "ar -cr "; 
     69    private static const char[] libNewCmd = "ar -cr "; 
     70    private static const char[] libCmd = "ar -r "; 
    7071    private static const char[] libPre = "lib";  
    7172}