diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 05:05:33 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 05:05:33 +0200 |
commit | 110a2625fe7dcee78b96ca8589b6e0d5f2f76983 (patch) | |
tree | bd1c3adbc2b23a55cfb5b02f18a533e1aeaa7900 /win32/ext/enchant-wdk/src/build-x64.bat | |
parent | b70062d6d257be8bf0d9f1260c519e5de129b580 (diff) |
Remove another bunch of obsolete junk
Diffstat (limited to 'win32/ext/enchant-wdk/src/build-x64.bat')
-rw-r--r-- | win32/ext/enchant-wdk/src/build-x64.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/win32/ext/enchant-wdk/src/build-x64.bat b/win32/ext/enchant-wdk/src/build-x64.bat deleted file mode 100644 index 332af68f..00000000 --- a/win32/ext/enchant-wdk/src/build-x64.bat +++ /dev/null @@ -1,13 +0,0 @@ -@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 |