summary refs log tree commit diff stats
path: root/build/dep-extract-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-12-02 11:28:27 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-12-02 11:28:27 +0100
commit6dbc85b2db5153d1b7a6bf323261bc83fbf1dc50 (patch)
tree7c531ea3b3269edbc014a2247076a8956a2e568e /build/dep-extract-x64.bat
parentdeee38c5ce3d407bad80df0f9cffb214a287f7ef (diff)
obs gtk 2.24 is utter, unusable crap, revert to gtk 2.16
Diffstat (limited to 'build/dep-extract-x64.bat')
-rw-r--r--build/dep-extract-x64.bat31
1 files changed, 16 insertions, 15 deletions
diff --git a/build/dep-extract-x64.bat b/build/dep-extract-x64.bat
index d6381cb3..efc6386d 100644
--- a/build/dep-extract-x64.bat
+++ b/build/dep-extract-x64.bat
@@ -2,22 +2,23 @@
 set PATH=%PATH%;%PROGRAMW6432%\7-Zip;c:\mozilla-build\gendef

 

 cd ..\dep-x64

-7z x -y *.rpm

-7z x *.cpio

-del *.cpio

-xcopy /q /s /i usr\x86_64-w64-mingw32\sys-root\mingw\* .

-rmdir /q /s usr

-set OPATH=%PATH%

-set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64

-cd lib

-for %%A in (..\bin\*.dll) do (

-	gendef %%A

-	lib /nologo /machine:x64 /def:%%~nA.def

-)

-cd ..

-set PATH=%OPATH%

+::obs 7z x -y *.rpm

+::obs 7z x *.cpio

+::obs del *.cpio

+::obs xcopy /q /s /i usr\x86_64-w64-mingw32\sys-root\mingw\* .

+::obs rmdir /q /s usr

+::obs set OPATH=%PATH%

+::obs set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64

+::obs cd lib

+::obs for %%A in (..\bin\*.dll) do (

+::obs 	gendef %%A

+::obs 	lib /nologo /machine:x64 /def:%%~nA.def

+::obs )

+::obs cd ..

+::obs set PATH=%OPATH%

+7z x -y *.zip

 7z x *.7z

-copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h

+::obs copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h

 cd share\locale

 del /q /s gettext-tools.mo

 del /q /s gettext-runtime.mo