Changeset 291

Show
Ignore:
Timestamp:
04/20/08 14:11:55 (9 months ago)
Author:
h3r3tic
Message:

added the missing zlib.d, implemented a library backend that loads data from the host app using imagehlp.dll's debugging functionality

Files:

Legend:

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

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

    r280 r291  
    5656 
    5757void build(char[] options,char[] target){ 
    58     version(Windows) execute("build","-Xstd -d",options,fixPath(target)); 
     58    version(Windows) execute("build","-d",options,fixPath(target)); 
    5959    version(linux) execute("build","-Xstd -version=Posix",options,fixPath(target)); 
    6060} 
  • trunk/utils/bless_bn.d

    r287 r291  
    22// This file is automatically maintained by the BUILD utility, 
    33// Please refrain from manually editing it. 
    4 long auto_build_number = 759
     4long auto_build_number = 767
  • trunk/utils/ddlinfo_bn.d

    r287 r291  
    22// This file is automatically maintained by the BUILD utility, 
    33// Please refrain from manually editing it. 
    4 long auto_build_number = 839
     4long auto_build_number = 847
  • trunk/utils/insitu_bn.d

    r287 r291  
    22// This file is automatically maintained by the BUILD utility, 
    33// Please refrain from manually editing it. 
    4 long auto_build_number = 756
     4long auto_build_number = 764