Changeset 291 for trunk/build

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"