diff options
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r-- | build/build-x64.bat | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat index 97a8ccd7..7f1c3686 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -6,12 +6,6 @@ set PATH=c:\WinDDK\7600.16385.1\bin\x86\amd64;c:\WinDDK\7600.16385.1\bin\x86;c:\ cd ..\src nmake -f makefile.mak clean nmake -f makefile.mak -echo.Enable portable build and press return -pause -move fe-gtk\xchat.exe fe-gtk\xchat.exe.orig -nmake -f makefile.mak clean -nmake -f makefile.mak -move fe-gtk\xchat.exe.orig fe-gtk\xchat.exe cd ..\plugins\ewc nmake -f makefile.mak clean nmake -f makefile.mak |