root/trunk/maincompile_leaveobj.bat

Revision 16, 165 bytes (checked in by JarrettBillingsley, 2 years ago)

--

Line 
1 @echo off
2 set DMD=\dmd\bin\dmd
3 set DFLAGS=%DFLAGS% -op
4
5 if exist %DPROG%.exe del %DPROG%.exe
6
7 %DMD% %DFILES% %DLIBS% %DFLAGS%
8
9 if exist %DPROG%.map del *.map
Note: See TracBrowser for help on using the browser.