summaryrefslogtreecommitdiff
path: root/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-10 14:44:17 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-10 14:44:17 +0200
commit4a6b24a567142317a24a98d2ab998f5093a581cc (patch)
tree522107a269c040e69b933fc9f69fe330703562b5 /Makefile.W32
parent9fe78b708868dcb5bdbfc88ed96dee18c6f1f6b3 (diff)
downloadcrawler-4a6b24a567142317a24a98d2ab998f5093a581cc.tar.gz
crawler-4a6b24a567142317a24a98d2ab998f5093a581cc.tar.bz2
first porting attempts to Windows:
nmake support from Wolframe module loader adapted tests for typeinfo and template trickery
Diffstat (limited to 'Makefile.W32')
-rwxr-xr-xMakefile.W329
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.W32 b/Makefile.W32
new file mode 100755
index 0000000..cd0942c
--- /dev/null
+++ b/Makefile.W32
@@ -0,0 +1,9 @@
+TOPDIR = .
+
+#SUBDIRS = libfetch streamhtmlparser googleurl sqlite3 src tests
+SUBDIRS = utils src tests
+
+PACKAGE_NAME = CrawlingWolf
+PACKAGE_VERSION = 0.0.1
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\top.mk