aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla_vc6.mak
diff options
context:
space:
mode:
Diffstat (limited to 'win32/scintilla_vc6.mak')
-rw-r--r--win32/scintilla_vc6.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/scintilla_vc6.mak b/win32/scintilla_vc6.mak
index bdc1365a5..5b9a70d93 100644
--- a/win32/scintilla_vc6.mak
+++ b/win32/scintilla_vc6.mak
@@ -85,7 +85,8 @@ CXXFLAGS=$(CXXFLAGS) $(INCLUDEDIRS)
ALL: $(COMPONENT) $(LEXCOMPONENT) $(DIR_O)\ScintillaWinS.obj $(DIR_O)\WindowAccessor.obj
clean:
- -del /q $(DIR_O)\*.obj $(DIR_O)\*.pdb $(COMPONENT) $(LEXCOMPONENT) $(DIR_O)\*.res $(DIR_BIN)\*.map
+ -del /q $(DIR_O)\*.obj $(DIR_O)\*.pdb $(COMPONENT) $(LEXCOMPONENT) \
+ $(DIR_O)\*.res $(DIR_BIN)\*.map $(DIR_BIN)\*.exp $(DIR_BIN)\*.pdb $(DIR_BIN)\*.lib
SOBJS=\
$(DIR_O)\AutoComplete.obj \