From 6d3d6369e79d216e20d2ef030548cf2482ac5e82 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 8 Apr 2000 11:59:28 +0000 Subject: Unicode keyboard input and dragging from Scintilla. Fixing warnings on GTK+ and uping warning level. --- win32/makefile_vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile_vc') diff --git a/win32/makefile_vc b/win32/makefile_vc index 94f7d13d0..91370695d 100644 --- a/win32/makefile_vc +++ b/win32/makefile_vc @@ -35,7 +35,7 @@ CXXFLAGS=$(CXXFLAGS) /Ox /MD ALL: $(COMPONENT) $(LEXCOMPONENT) $(DIR_O)\ScintillaWinS.obj $(DIR_O)\WindowAccessor.obj clean: - del /q $(DIR_O)\*.obj $(COMPONENT) $(LEXCOMPONENT) $(DIR_O)\*.res $(DIR_BIN)\*.map + del /q $(DIR_O)\*.obj $(DIR_O)\*.pdb $(COMPONENT) $(LEXCOMPONENT) $(DIR_O)\*.res $(DIR_BIN)\*.map SOBJS = $(DIR_O)\ScintillaWin.obj $(DIR_O)\ScintillaBase.obj \ $(DIR_O)\Editor.obj $(DIR_O)\Document.obj \ -- cgit v1.2.3