File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ DIST_FILES := \
282282 README.txt VERSION \
283283 auto.def autosetup configure tea \
284284 sqlite3.h sqlite3.c shell.c sqlite3ext.h \
285- Makefile.in Makefile.msc Makefile.fallback \
285+ Makefile.in Makefile.msc Makefile.fallback make.bat \
286286 sqlite3.rc sqlite3rc.h Replace.cs \
287287 sqlite3.pc.in sqlite3.1
288288
Original file line number Diff line number Diff line change @@ -672,17 +672,21 @@ BCC = $(BCC) /d2guard4 -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE
672672!IF $(DEBUG)>1
673673TCC = $(TCC) -MDd
674674BCC = $(BCC) -MDd
675+ ZLIBCFLAGS = -nologo -MDd -W3 -O2 -Oy- -Zi
675676!ELSE
676677TCC = $(TCC) -MD
677678BCC = $(BCC) -MD
679+ ZLIBCFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi
678680!ENDIF
679681!ELSE
680682!IF $(DEBUG)>1
681683TCC = $(TCC) -MTd
682684BCC = $(BCC) -MTd
685+ ZLIBCFLAGS = -nologo -MTd -W3 -O2 -Oy- -Zi
683686!ELSE
684687TCC = $(TCC) -MT
685688BCC = $(BCC) -MT
689+ ZLIBCFLAGS = -nologo -MT -W3 -O2 -Oy- -Zi
686690!ENDIF
687691!ENDIF
688692
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ cp $TOP/src/sqlite3.rc $TMPSPACE
5959cp $TOP /tool/Replace.cs $TMPSPACE
6060cp $TOP /VERSION $TMPSPACE
6161cp $TOP /main.mk $TMPSPACE
62-
62+ cp $TOP /make.bat $TMPSPACE
63+ tree $TMPSPACE
6364cd $TMPSPACE
6465
6566# if true; then
You can’t perform that action at this time.
0 commit comments