aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/packageall.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-10-30 15:11:32 +0100
committermarha <marha@users.sourceforge.net>2012-10-30 15:11:32 +0100
commit5bda4b6582522d21b15d62c5c76c71104e924cbc (patch)
tree93089bb5cb06e8ffb6ef666ee8eb91a614cba4f0 /xorg-server/installer/packageall.bat
parent33d29586bf3a280e821e0bf62694492dba459dab (diff)
downloadvcxsrv-5bda4b6582522d21b15d62c5c76c71104e924cbc.tar.gz
vcxsrv-5bda4b6582522d21b15d62c5c76c71104e924cbc.tar.bz2
vcxsrv-5bda4b6582522d21b15d62c5c76c71104e924cbc.zip
Now create a seperate installer for the debug exe and dlls
Diffstat (limited to 'xorg-server/installer/packageall.bat')
-rw-r--r--xorg-server/installer/packageall.bat16
1 files changed, 4 insertions, 12 deletions
diff --git a/xorg-server/installer/packageall.bat b/xorg-server/installer/packageall.bat
index 0aa098086..720c29893 100644
--- a/xorg-server/installer/packageall.bat
+++ b/xorg-server/installer/packageall.bat
@@ -1,21 +1,13 @@
@echo off
-if exist vcxsrv.*.installer.exe del vcxsrv.*.installer.exe
-if "%VS2008%"=="1" goto vs2008
+if exist vcxsrv*.installer.exe del vcxsrv*.installer.exe
copy %systemroot%\system32\msvcr100.dll
copy %systemroot%\system32\msvcp100.dll
copy %systemroot%\system32\msvcr100d.dll
+copy %systemroot%\system32\msvcp100d.dll
"C:\Program Files\NSIS\makensis.exe" vcxsrv.nsi
+"C:\Program Files\NSIS\makensis.exe" vcxsrv-debug.nsi
del msvcr100.dll
del msvcr100d.dll
del msvcp100.dll
-
-goto end
-:vs2008
-
-python genruntimeinclude.py
-"C:\Program Files\NSIS\makensis.exe" /DVS2008=1 vcxsrv.nsi
-del runtime
-
-:end
-
+del msvcp100d.dll