summary refs log tree commit diff stats
path: root/build/dep-extract.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-10-29 13:27:03 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-10-29 13:27:03 +0200
commite35e9ce17018a792d583ff32a0b29b23ebdab27c (patch)
tree4a5a41795a8b54dc519fcaf1ffe18469ae576e49 /build/dep-extract.bat
parentf61aa55aa844907dcc4024a66d4d47e6ceed912b (diff)
moving back to gtk.org builds, so no need for this
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r--build/dep-extract.bat63
1 files changed, 33 insertions, 30 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat
index e89f2018..1fd5594f 100644
--- a/build/dep-extract.bat
+++ b/build/dep-extract.bat
@@ -2,38 +2,41 @@
 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%

+::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%

 7z x *.7z

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

+7z x *.zip

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

 

 cd ..\dep-x86

-7z x -y *.rpm

-7z x *.cpio

-del *.cpio

-xcopy /q /s /i usr\i686-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;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE

-cd lib

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

-	gendef ..\bin\%%A

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

-)

-cd ..

-set PATH=%OPATH%

+::7z x -y *.rpm

+::7z x *.cpio

+::del *.cpio

+::xcopy /q /s /i usr\i686-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;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE

+::cd lib

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

+::	gendef ..\bin\%%A

+::	lib /nologo /machine:x86 /def:%%~nA.def

+::)

+::cd ..

+::set PATH=%OPATH%

 7z x *.7z

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

+7z x *.zip

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

+

 pause