Skip to content

Commit

Permalink
windows.mak
Browse files Browse the repository at this point in the history
  • Loading branch information
ufasoft committed Jun 2, 2018
1 parent 0f21245 commit 7d3ff64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MSB=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\
WIX_LINK = light.exe -ext WixUIExtension -ext WixUtilExtension -dWixUILicenseRtf=doc\groestlcoin_lic.rtf -dWixUIDialogBmp=share\pixmaps\wix-banner.bmp -dWixUIBannerBmp=share\pixmaps\wix-topbanner.bmp


all : groestlcoin_2.16.0-win32.msi groestlcoin_2.16.0-win64.msi
all : groestlcoin-2.16.0-win32.msi groestlcoin-2.16.0-win64.msi

src\qt\res_bitcoin.cpp : src\qt\moc.proj
cd src\qt
Expand All @@ -20,10 +20,10 @@ x64_R_St\groestlcoin-qt.exe : src\groestlcoin.cpp src\qt\res_bitcoin.cpp
""$(MSB)"" my-groestlcoin.sln /p:Configuration=R_St,Platform=x64 /v:n


groestlcoin_2.16.0-win32.msi : groestlcoin.wxs x86_R_St\groestlcoin-qt.exe
groestlcoin-2.16.0-win32.msi : groestlcoin.wxs x86_R_St\groestlcoin-qt.exe
candle.exe -o groestlcoin-x86.wixobj groestlcoin.wxs
$(WIX_LINK) -out $@ groestlcoin-x86.wixobj

groestlcoin_2.16.0-win64.msi : groestlcoin.wxs x64_R_St\groestlcoin-qt.exe
groestlcoin-2.16.0-win64.msi : groestlcoin.wxs x64_R_St\groestlcoin-qt.exe
candle.exe -arch x64 -o groestlcoin-x64.wixobj groestlcoin.wxs
$(WIX_LINK) -out $@ groestlcoin-x64.wixobj

0 comments on commit 7d3ff64

Please sign in to comment.