aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/packageall.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-04-30 13:47:17 +0000
committermarha <marha@users.sourceforge.net>2010-04-30 13:47:17 +0000
commitf96df66d1a8e5d93a5ac597cf1ed7890d7773286 (patch)
treefa0a6cb53b9abea58a3859f9e38db2c31a621f19 /xorg-server/installer/packageall.bat
parent090430d67b3a7fb0aacc249b82428b7ea1424d70 (diff)
downloadvcxsrv-f96df66d1a8e5d93a5ac597cf1ed7890d7773286.tar.gz
vcxsrv-f96df66d1a8e5d93a5ac597cf1ed7890d7773286.tar.bz2
vcxsrv-f96df66d1a8e5d93a5ac597cf1ed7890d7773286.zip
Adapted installer for VS2010
Diffstat (limited to 'xorg-server/installer/packageall.bat')
-rw-r--r--xorg-server/installer/packageall.bat18
1 files changed, 17 insertions, 1 deletions
diff --git a/xorg-server/installer/packageall.bat b/xorg-server/installer/packageall.bat
index b68ffdfa1..2856a9834 100644
--- a/xorg-server/installer/packageall.bat
+++ b/xorg-server/installer/packageall.bat
@@ -1,3 +1,19 @@
+@echo off
if exist vcxsrv.*.installer.exe del vcxsrv.*.installer.exe
+if "%VS2008%"=="1" goto vs2008
+
+copy %systemroot%\system32\msvcr100.dll
+copy %systemroot%\system32\msvcr100d.dll
+"C:\Program Files\NSIS\makensis.exe" vcxsrv.nsi
+del msvcr100.dll
+del msvcr100d.dll
+
+goto end
+:vs2008
+
python genruntimeinclude.py
-"C:\Program Files\NSIS\makensis.exe" vcxsrv.nsi \ No newline at end of file
+"C:\Program Files\NSIS\makensis.exe" /DVS2008=1 vcxsrv.nsi
+del runtime
+
+:end
+