summaryrefslogtreecommitdiffstats
path: root/cmake/build64.sh
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2009-12-30 15:02:52 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2009-12-30 15:02:52 (GMT)
commit2d710807f8abc96db81b5b8c978ec81f9d49f625 (patch)
tree0f002f51c5e2f79d854339e6b2096ca8e1bffca7 /cmake/build64.sh
parent94a09edb7a45bd760b58b8467467be1aa38f88a9 (diff)
downloadtkdnd-2d710807f8abc96db81b5b8c978ec81f9d49f625.zip
tkdnd-2d710807f8abc96db81b5b8c978ec81f9d49f625.tar.gz
tkdnd-2d710807f8abc96db81b5b8c978ec81f9d49f625.tar.bz2
CMAKE support
Diffstat (limited to 'cmake/build64.sh')
-rw-r--r--cmake/build64.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/build64.sh b/cmake/build64.sh
new file mode 100644
index 0000000..98ec17e
--- /dev/null
+++ b/cmake/build64.sh
@@ -0,0 +1,9 @@
+mkdir debug-nmake-x86_64
+cd debug-nmake-x86_64
+cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D PKG_OS_ARCH=x86_64 -D CMAKE_INSTALL_PREFIX=../runtime ../..
+cd ..
+
+mkdir release-nmake-x86_64
+cd release-nmake-x86_64
+cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Release -D PKG_OS_ARCH=x86_64 -D CMAKE_INSTALL_PREFIX=../runtime ../..
+cd ..