From 2012320d0eed36e0461e44ac9be8cc162c135bf5 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 11 Dec 2011 14:29:37 +0100 Subject: restructuring --- win32/ext/enchant-wdk/src/build-x64.bat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 win32/ext/enchant-wdk/src/build-x64.bat (limited to 'win32/ext/enchant-wdk/src/build-x64.bat') diff --git a/win32/ext/enchant-wdk/src/build-x64.bat b/win32/ext/enchant-wdk/src/build-x64.bat new file mode 100644 index 00000000..332af68f --- /dev/null +++ b/win32/ext/enchant-wdk/src/build-x64.bat @@ -0,0 +1,13 @@ +@echo off +set WDK_ROOT=c:\WinDDK\7600.16385.1 +set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\api\crt\stl70 +set LIB=%WDK_ROOT%\lib\wnet\amd64;%WDK_ROOT%\lib\Crt\amd64 +set OPATH=%PATH% +set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin\amd64;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin\x64 +nmake -f makefile.mak clean +nmake -f makefile.mak X64=1 DLL=1 MFLAGS=-MD GLIBDIR=..\glib-x64\include\glib-2.0 +echo.Press return when ready to install! +pause +set PATH=%OPATH% +call release-x64.bat +pause -- cgit 1.4.1