📄 sqlite-3.3.8-dg.use_shared_library.diff
字号:
*** sqlite-3.3.6/main.mk~ 2006-06-06 12:52:26.000000000 +0200--- sqlite-3.3.6/main.mk 2006-07-16 23:06:14.000000000 +0200****************** 168,174 **** # This is the default Makefile target. The objects listed here # are what get build when you type just "make" with no arguments. #! all: sqlite3.h libsqlite3.a sqlite3$(EXE) # Generate the file "last_change" which contains the date of change # of the most recently modified source code file--- 168,174 ---- # This is the default Makefile target. The objects listed here # are what get build when you type just "make" with no arguments. #! all: sqlite3.h libsqlite3.a libsqlite3.so sqlite3$(EXE) # Generate the file "last_change" which contains the date of change # of the most recently modified source code file****************** 181,189 **** $(AR) libsqlite3.a $(LIBOBJ) $(RANLIB) libsqlite3.a sqlite3$(EXE): $(TOP)/src/shell.c libsqlite3.a sqlite3.h $(TCCX) $(READLINE_FLAGS) -o sqlite3$(EXE) $(TOP)/src/shell.c \! libsqlite3.a $(LIBREADLINE) $(TLIBS) $(THREADLIB) objects: $(LIBOBJ_ORIG) --- 181,194 ---- $(AR) libsqlite3.a $(LIBOBJ) $(RANLIB) libsqlite3.a + libsqlite3.so: $(LIBOBJ)+ $(TCC) -shared -o $@ $(LIBOBJ)+ + sqlite3$(EXE): $(TOP)/src/shell.c libsqlite3.a sqlite3.h $(TCCX) $(READLINE_FLAGS) -o sqlite3$(EXE) $(TOP)/src/shell.c \! -L. -lsqlite3 $(LIBREADLINE) $(TLIBS) $(THREADLIB)! objects: $(LIBOBJ_ORIG) ****************** 563,575 **** # Standard install and cleanup targets #! install: sqlite3 libsqlite3.a sqlite3.h mv sqlite3 /usr/bin mv libsqlite3.a /usr/lib mv sqlite3.h /usr/include clean: ! rm -f *.o sqlite3 libsqlite3.a sqlite3.h opcodes.* rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h rm -f $(PUBLISH) rm -f *.da *.bb *.bbg gmon.out--- 568,580 ---- # Standard install and cleanup targets #! install: sqlite3 libsqlite3.a libsqlite3.so sqlite3.h mv sqlite3 /usr/bin mv libsqlite3.a /usr/lib mv sqlite3.h /usr/include clean: ! rm -f *.o sqlite3 libsqlite3.a libsqlite3.so sqlite3.h opcodes.* rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h rm -f $(PUBLISH) rm -f *.da *.bb *.bbg gmon.out
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -