summaryrefslogtreecommitdiff
path: root/sqlite3
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-10 18:19:17 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-10 18:19:17 +0200
commit2b15ea93c0afd872b60cea94fa3c9e585919305c (patch)
treee759c77ed05b187da118fd2c043435947917a630 /sqlite3
parent540a8d30ffeac5d6214b2c7bc6354e01d3f403d7 (diff)
downloadcrawler-2b15ea93c0afd872b60cea94fa3c9e585919305c.tar.gz
crawler-2b15ea93c0afd872b60cea94fa3c9e585919305c.tar.bz2
some more windows modules
Diffstat (limited to 'sqlite3')
-rw-r--r--sqlite3/Makefile.W3230
1 files changed, 30 insertions, 0 deletions
diff --git a/sqlite3/Makefile.W32 b/sqlite3/Makefile.W32
new file mode 100644
index 0000000..ae19513
--- /dev/null
+++ b/sqlite3/Makefile.W32
@@ -0,0 +1,30 @@
+TOPDIR = ..
+
+SUBDIRS =
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk
+
+INCLUDE_CXXFLAGS = \
+ /D_WIN32_WINNT=0x504
+
+INCLUDE_DIRS = \
+ /I.
+
+OBJS = \
+ sqlite3.obj
+
+LIBRARIES = \
+ sqlite3.lib
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
+
+sqlite3.lib: $(OBJS)
+ $(LINK) /lib /out:$@ $(STATIC_LDFLAGS) $?
+
+local_all: $(LIBRARIES)
+
+local_clean:
+
+local_distclean:
+
+local_test: