From f5f750eba70543322152a55ef72b44b8f8c8f8d5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 31 Mar 2000 10:52:12 +0000 Subject: Fixed up line ends. Added patch from Mark for makefile_vc. --- win32/makefile_vc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'win32/makefile_vc') diff --git a/win32/makefile_vc b/win32/makefile_vc index d78add8ea..c7a31347f 100644 --- a/win32/makefile_vc +++ b/win32/makefile_vc @@ -17,11 +17,13 @@ LEXCOMPONENT = $(DIR_BIN)\SciLexer.dll LDFLAGS = KERNEL32.lib USER32.lib GDI32.lib COMDLG32.lib WINMM.lib COMCTL32.lib ADVAPI32.lib IMM32.lib SHELL32.LIB OLE32.LIB INCLUDEDIRS=-I ../include -I ../src -CXXFLAGS = /TP /MD /Ox +CXXFLAGS = /TP !IFDEF DEBUG -CXXFLAGS=$(CXXFLAGS) /Zi +CXXFLAGS=$(CXXFLAGS) /Zi /Od /MDd LDFLAGS=/DEBUG $(LDFLAGS) +!ELSE +CXXFLAGS=$(CXXFLAGS) /Ox /MD !ENDIF #.cxx.obj: -- cgit v1.2.3