summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-09-21 09:03:25 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-09-21 09:03:25 +0000
commit38978f878a939e437b632995410cd1cd5d16c25c (patch)
tree1ed878f072a4fe229991283546e310315e34ade8 /src/osd
parentab32fcf57519c988fc2dd4b56597e48898474768 (diff)
Move MSVC clean out of core makefile and into windows.mak where it belongs.
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/windows.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index 58ad24e5696..5596c1154de 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -157,6 +157,14 @@ $(WINOBJ)/vconv.o: $(WINSRC)/vconv.c
@echo Compiling $<...
@cl.exe /nologo /O1 -D_CRT_SECURE_NO_DEPRECATE -c $< /Fo$@
+OSDCLEAN = msvcclean
+
+msvcclean:
+ @echo Deleting Visual Studio specific files...
+ $(RM) *.pdb
+ $(RM) *.lib
+ $(RM) *.exp
+
endif
endif