Changeset 734
- Timestamp:
- 08/04/07 05:09:42 (1 year ago)
- Files:
-
- branches/dsss-dmd/latest/dsss.conf (modified) (1 diff)
- branches/dsss-dmd/latest/fetch (deleted)
- branches/dsss-dmd/latest/fetch-linux.bat (added)
- branches/dsss-dmd/latest/fetch-win.bat (added)
- branches/dsss-dmd/latest/fetch.bat (deleted)
- branches/dsss-dmd/latest/install-linux.bat (added)
- branches/dsss-dmd/latest/install-win.bat (added)
- branches/dsss-dmd/latest/selectscript (added)
- branches/dsss-dmd/latest/selectscript.bat (added)
- branches/dsss-dmd/latest/selectscript/dsssdmd (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-dmd/latest/dsss.conf
r649 r734 3 3 [+dmd] 4 4 # Trickery since version statements require a compiler: 5 # calls x(.bat) with dsssdmd as first argument on windows and6 # calls x/dsssdmd on linux7 preinstall= fetch/dsssdmd dmd.1.017.zip;eval install/dsssdmd$BIN_PREFIX $INCLUDE_PREFIX $LIB_PREFIX5 # calls selectscript(.bat) with dsssdmd as first argument on windows and 6 # calls selectscript/dsssdmd on linux 7 preinstall=selectscript/dsssdmd;./fetch.bat dmd.1.020.zip;eval ./install.bat $BIN_PREFIX $INCLUDE_PREFIX $LIB_PREFIX 8 8
