Changeset 286

Show
Ignore:
Timestamp:
09/30/07 16:07:41 (1 year ago)
Author:
h3r3tic
Message:

quick and simple fix in PathLibrary?; build/vars.sh modified so a hacked version of tango can be used too, if it requires some symbols from tango.lib

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/vars.sh

    r281 r286  
    11 
    22# if need be, change this to use your build tool of preference 
    3 fullbuild="build -full
     3fullbuild="build -full tango.lib
    44nolinkbuild="build -nolink" 
    55compile="dmd -c" 
  • trunk/ddl/PathLibrary.d

    r281 r286  
    292292                   if(path != ""){ 
    293293                       auto test = new FilePath(path); 
    294                       if (test.exists && !test.isDir){ 
     294                      if (test.exists && !test.isFolder){ 
    295295                         DynamicLibrary lib = loaderRegistry.load(path); 
    296296                         if(lib) { 
  • trunk/utils/bless_bn.d

    r280 r286  
    22// This file is automatically maintained by the BUILD utility, 
    33// Please refrain from manually editing it. 
    4 long auto_build_number = 742
     4long auto_build_number = 746
  • trunk/utils/ddlinfo_bn.d

    r280 r286  
    22// This file is automatically maintained by the BUILD utility, 
    33// Please refrain from manually editing it. 
    4 long auto_build_number = 822
     4long auto_build_number = 826
  • trunk/utils/insitu_bn.d

    r280 r286  
    22// This file is automatically maintained by the BUILD utility, 
    33// Please refrain from manually editing it. 
    4 long auto_build_number = 739
     4long auto_build_number = 743