diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-17 02:13:04 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-17 02:13:04 +0200 |
commit | 4cd93deec644e4fd3d1e5b81fd01ba6e453f285b (patch) | |
tree | a58886d3e2a362e8f2d4ec66c0796f4bfaf044a5 /build/build-x64.bat | |
parent | 397dc8e6ebc3393b38d798379828d39001f5ab75 (diff) |
separate exe files, unified packages for standard and portable, stage 1
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 |