summaryrefslogtreecommitdiff
path: root/imo2sproxy/msvc/make_w64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'imo2sproxy/msvc/make_w64.bat')
-rw-r--r--imo2sproxy/msvc/make_w64.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/imo2sproxy/msvc/make_w64.bat b/imo2sproxy/msvc/make_w64.bat
new file mode 100644
index 0000000..a97d4a2
--- /dev/null
+++ b/imo2sproxy/msvc/make_w64.bat
@@ -0,0 +1,5 @@
+call f:\PlatformSDK\SetEnv /X64 /RETAIL
+nmake -f imoproxy.mak CFG="Win64 Release" clean
+nmake -f imoskype.mak CFG="Win64 Release" clean
+nmake -f imoproxy.mak CFG="Win64 Release"
+nmake -f imoskype.mak CFG="Win64 Release"