summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-04 16:50:05 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-04 16:50:05 +0100
commite8014a83b172f4bfd55c318dcacdd68e76aae9da (patch)
treec82595a171a21107b355b67164f6568fd00928b8 /docs
parenta48f284263de861a2c45e025514343bba7531ab9 (diff)
downloadwolfbones-e8014a83b172f4bfd55c318dcacdd68e76aae9da.tar.gz
wolfbones-e8014a83b172f4bfd55c318dcacdd68e76aae9da.tar.bz2
added comments on how to build on windows (native)
Diffstat (limited to 'docs')
-rw-r--r--docs/port/README.W3210
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/port/README.W32 b/docs/port/README.W32
new file mode 100644
index 0000000..5be4e5c
--- /dev/null
+++ b/docs/port/README.W32
@@ -0,0 +1,10 @@
+Make sure to set the Visual Studio environment in the CMD.exe shell.
+You can also call for instance "D:\Programme\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat"
+directly.
+
+Available targets you get with
+
+nmake /nologo /f Makefile.W32 help
+
+
+