diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 02:08:13 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 02:08:13 +0100 |
commit | f31212dfd4b358871f75286d8da50f5c3f3550e8 (patch) | |
tree | 8ccca9af4e97c1b79d226dea61630373a852851c /build/build-x64.bat | |
parent | b4f5cff06552e3e9a68c93d93bbed9aa972a23d1 (diff) |
more installer fixes and watercolor lite 2.1.1 theme
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r-- | build/build-x64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat index 6b400512..a35069d6 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -19,7 +19,7 @@ version -o64 >> xchat-wdk-x64.iss cd .. build\version -r > resource.h echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk-x64.iss -type build\xchat-wdk.skel.iss >> build\xchat-wdk-x64.iss +type build\xchat-wdk-x64.skel.iss >> build\xchat-wdk-x64.iss cd src echo DEV = %DEV_64% > makeinc.mak echo X64 = YES >> makeinc.mak |