aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-01-02 23:48:45 +0000
committernyamatongwe <devnull@localhost>2007-01-02 23:48:45 +0000
commite0f933ace144987173a2c539549ce38b2c514c1e (patch)
treeb54dee87d9a92b412cda647027aae8815ab2264b
parent2e90199b5ace192bca8ce39a7319dcb1823827b3 (diff)
downloadscintilla-mirror-e0f933ace144987173a2c539549ce38b2c514c1e.tar.gz
Added definition that stops MSVC from complaining about unsafe standard string functions.
-rw-r--r--gtk/scintilla.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 59704918b..432225638 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -62,7 +62,7 @@ ALL_GTK_LIBS=$(GTK_TOP)/gtk+/gtk/gtk-1.3.lib \
!ENDIF
INCLUDEDIRS=-I ../include -I ../src $(GTK_INCLUDES)
-CXXFLAGS=/TP /W4 -DGTK
+CXXFLAGS=/TP /W4 -DGTK -D_CRT_SECURE_NO_DEPRECATE=1
CFLAGS=/W4 -DGTK
# For something scary:/Wp64
CXXDEBUG=/Zi /Od /MDd -DDEBUG