root/trunk/GNUmakefile.dmd.win

Revision 307, 326 bytes (checked in by Gregor, 2 years ago)

sss/conf.d: Need an alias for this to compile.

*Makefile*: Use -full (since timestamps are having problems)

Line 
1 PREFIX=C:\\dsss
2 MAKE=make
3
4 all: dsss.exe
5
6 dsss.exe:
7     copy rebuild\\defaults\\dmd-win rebuild\\rebuild.conf\\default
8     rebuild\\rebuild.exe -full -Irebuild sss\\main.d -ofdsss_int
9     dsss_int.exe build
10
11 install: dsss.exe
12     dsss.exe install --prefix=$(PREFIX)
13
14 clean:
15     -dsss.exe distclean
16     del *.obj
17     del dsss.exe
18     del dsss_int.exe
Note: See TracBrowser for help on using the browser.