summaryrefslogtreecommitdiff
path: root/docs/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-27 17:06:20 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-27 17:06:20 +0100
commit2e27ca524f38f537e6bf706c7aa7dce79a745e17 (patch)
tree81a831d26b2b0e2fdbabf9a6182333e94a2a0b57 /docs/Makefile.W32
parentd2226ac89da10b7a19518ac04be793006f0e75e4 (diff)
downloadwolfbones-2e27ca524f38f537e6bf706c7aa7dce79a745e17.tar.gz
wolfbones-2e27ca524f38f537e6bf706c7aa7dce79a745e17.tar.bz2
can do a full build with testing on windows now, still issues to fix
Diffstat (limited to 'docs/Makefile.W32')
-rw-r--r--docs/Makefile.W3212
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Makefile.W32 b/docs/Makefile.W32
new file mode 100644
index 0000000..c05cb6e
--- /dev/null
+++ b/docs/Makefile.W32
@@ -0,0 +1,12 @@
+TOPDIR = ..
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
+
+doc:
+ @echo No documentation yet on Windows
+# cd $(TOPDIR); doxygen docs/doxygen.conf
+
+local_all:
+
+local_clean:
+ @-erase doxygen\* 2>NUL