From 4a6b24a567142317a24a98d2ab998f5093a581cc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Aug 2012 14:44:17 +0200 Subject: first porting attempts to Windows: nmake support from Wolframe module loader adapted tests for typeinfo and template trickery --- Makefile.W32 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 Makefile.W32 (limited to 'Makefile.W32') 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 -- cgit v1.2.3-54-g00ecf