Changeset 286
- Timestamp:
- 09/30/07 16:07:41 (1 year ago)
- Files:
-
- trunk/build/vars.sh (modified) (1 diff)
- trunk/ddl/PathLibrary.d (modified) (1 diff)
- trunk/utils/bless_bn.d (modified) (1 diff)
- trunk/utils/ddlinfo_bn.d (modified) (1 diff)
- trunk/utils/insitu_bn.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/vars.sh
r281 r286 1 1 2 2 # if need be, change this to use your build tool of preference 3 fullbuild="build -full "3 fullbuild="build -full tango.lib " 4 4 nolinkbuild="build -nolink" 5 5 compile="dmd -c" trunk/ddl/PathLibrary.d
r281 r286 292 292 if(path != ""){ 293 293 auto test = new FilePath(path); 294 if (test.exists && !test.is Dir){294 if (test.exists && !test.isFolder){ 295 295 DynamicLibrary lib = loaderRegistry.load(path); 296 296 if(lib) { trunk/utils/bless_bn.d
r280 r286 2 2 // This file is automatically maintained by the BUILD utility, 3 3 // Please refrain from manually editing it. 4 long auto_build_number = 74 2;4 long auto_build_number = 746; trunk/utils/ddlinfo_bn.d
r280 r286 2 2 // This file is automatically maintained by the BUILD utility, 3 3 // Please refrain from manually editing it. 4 long auto_build_number = 82 2;4 long auto_build_number = 826; trunk/utils/insitu_bn.d
r280 r286 2 2 // This file is automatically maintained by the BUILD utility, 3 3 // Please refrain from manually editing it. 4 long auto_build_number = 7 39;4 long auto_build_number = 743;
