]> git.llucax.com Git - software/druntime.git/blobdiff - src/dmd-win32.mak
* Removed "-debug" from the list of debug build flags. The purpose of debug builds...
[software/druntime.git] / src / dmd-win32.mak
index f79f02fa47c57af603bd4f4b38ca9cc924d096c7..c2f18bb5bdd7426a619c95d14e2dad223c12d140 100644 (file)
@@ -55,9 +55,9 @@ ALL_DOCS=
 
 unittest :
        make -fdmd-win32.mak lib MAKE_LIB="unittest"
-       dmd -unittest main ..\import\core\stdc\stdarg -defaultlib="$(DUP_TARGET)" -debuglib="$(DUP_TARGET)"
+       dmd -unittest unittest ..\import\core\stdc\stdarg -defaultlib="$(DUP_TARGET)" -debuglib="$(DUP_TARGET)"
        $(RM) stdarg.obj
-       main
+       unittest
 
 release :
        make -fdmd-win32.mak lib MAKE_LIB="release"
@@ -120,7 +120,7 @@ clean :
        cd ..\..
        $(RM) $(LIB_MASK)
        $(RM) $(DUP_MASK)
-       $(RM) main.exe main.obj main.map
+       $(RM) unittest.exe unittest.obj unittest.map
 
 install :
        cd $(DIR_CC)