summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPetr Mrázek2010-04-16 00:24:59 +0200
committerPetr Mrázek2010-04-16 00:24:59 +0200
commit93c58005c2f25aa429ddf6d1d4286b154a5668f7 (patch)
tree842f6d3eba3e424c7f6604eded3f8ae6dabd9b4b /build
parent78e1a588671cf55322200d49a75ef848cfd825d5 (diff)
downloaddfhack-93c58005c2f25aa429ddf6d1d4286b154a5668f7.tar.gz
dfhack-93c58005c2f25aa429ddf6d1d4286b154a5668f7.tar.bz2
dfhack-93c58005c2f25aa429ddf6d1d4286b154a5668f7.tar.xz
Rename magma_create to liquids to reflect change of functionality
Diffstat (limited to 'build')
-rw-r--r--build/generate-MSVC-2010.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/generate-MSVC-2010.bat b/build/generate-MSVC-2010.bat
new file mode 100644
index 00000000..588051bc
--- /dev/null
+++ b/build/generate-MSVC-2010.bat
@@ -0,0 +1,4 @@
+mkdir build-real
+cd build-real
+cmake ..\.. -G"Visual Studio 10"
+pause \ No newline at end of file