aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/packageall.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-05-17 05:53:18 +0000
committermarha <marha@users.sourceforge.net>2010-05-17 05:53:18 +0000
commit61a9070b96839367789b1728b7319789af6676d0 (patch)
tree0c78655e5155d6b7d46b3f946e3329fbc26dc99f /xorg-server/installer/packageall.bat
parent1c94119ae26b94a60bb2c2b33494ed43c3b8a52f (diff)
downloadvcxsrv-61a9070b96839367789b1728b7319789af6676d0.tar.gz
vcxsrv-61a9070b96839367789b1728b7319789af6676d0.tar.bz2
vcxsrv-61a9070b96839367789b1728b7319789af6676d0.zip
Also install msvcp100.dll
Diffstat (limited to 'xorg-server/installer/packageall.bat')
-rw-r--r--xorg-server/installer/packageall.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/installer/packageall.bat b/xorg-server/installer/packageall.bat
index 2856a9834..0aa098086 100644
--- a/xorg-server/installer/packageall.bat
+++ b/xorg-server/installer/packageall.bat
@@ -3,10 +3,12 @@ if exist vcxsrv.*.installer.exe del vcxsrv.*.installer.exe
if "%VS2008%"=="1" goto vs2008
copy %systemroot%\system32\msvcr100.dll
+copy %systemroot%\system32\msvcp100.dll
copy %systemroot%\system32\msvcr100d.dll
"C:\Program Files\NSIS\makensis.exe" vcxsrv.nsi
del msvcr100.dll
del msvcr100d.dll
+del msvcp100.dll
goto end
:vs2008