diff options
Diffstat (limited to 'kexi/3rdparty/kexisql3/Makefile.msvc')
-rw-r--r-- | kexi/3rdparty/kexisql3/Makefile.msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/3rdparty/kexisql3/Makefile.msvc b/kexi/3rdparty/kexisql3/Makefile.msvc index d01b5de1..69431306 100644 --- a/kexi/3rdparty/kexisql3/Makefile.msvc +++ b/kexi/3rdparty/kexisql3/Makefile.msvc @@ -12,7 +12,7 @@ CFLAGS = -nologo -Zm200 -W3 -MDd -Z7 -GX -GR -DTHREADSAFE=1 -D_OFF_T_DEFINED=1 - CXXFLAGS = -nologo -Zm200 /GR /GX /GZ /TP -W3 -MDd -Z7 -GX -GR -DUNICODE LEXFLAGS = YACCFLAGS =-d -INCPATH = -Isrc -I$(QTDIR)\include +INCPATH = -Isrc -I$(TQTDIR)\include LINK = link LFLAGS = /NOLOGO /FORCE:MULTIPLE /DEBUG /SUBSYSTEM:console /DEF:sqlite3.def /DLL VERSION=3.0.7 |