aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-03-18 15:36:22 +0000
committerBill Meier <wmeier@newsguy.com>2007-03-18 15:36:22 +0000
commit04d29de81d662dff63ff51d26acd0620112bfc43 (patch)
tree8bb2d53af919b7c2ee239662117903d1ced2ea06 /gtk/Makefile.nmake
parent9812caa07998bfe61cb19559e1694aee446063d7 (diff)
Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defined)
svn path=/trunk/; revision=21052
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index b3c2bc7d81..9381b2b46d 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -112,7 +112,7 @@ pa_x86_plain_converters.obj: $(PORTAUDIO_DIR)\src\os\win\pa_x86_plain_converters
!ENDIF
clean:
- rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib $(PDB_FILE) doxygen.cfg html/*.*
+ rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib *.pdb doxygen.cfg html/*.*
if exist html rmdir html
distclean: clean