diff options
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r-- | build/build-x64.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat index 7f1c3686..97a8ccd7 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -6,6 +6,12 @@ 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 |