Skip to content

Commit

Permalink
Makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcferrum committed Jun 7, 2017
1 parent ade1305 commit 4bf4c15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TARGET=HotkeySuite.exe

MAKENSIS=makensis.exe /V2
NSISSRC=SuiteInstaller.nsi
NSISTARGET=HotkeySuiteSetup*.exe
NSISTARGET=SnKHotkeySuiteSetup*.exe

# Debug specific common section
ifdef DEBUG
Expand All @@ -58,12 +58,12 @@ ifeq ($(HOST),x86-64)
CC=x86_64-w64-mingw32-g++
WINDRES=x86_64-w64-mingw32-windres
MAKENSISFLAGS=/DINST64
NSISTARGET=HotkeySuiteSetup64.exe
NSISTARGET=SnKHotkeySuiteSetup64.exe
endif
ifeq ($(HOST),x86)
CC=i686-w64-mingw32-g++
WINDRES=i686-w64-mingw32-windres
NSISTARGET=HotkeySuiteSetup32.exe
NSISTARGET=SnKHotkeySuiteSetup32.exe
endif
endif

Expand All @@ -76,12 +76,12 @@ ifeq ($(HOST),x86-64)
CC=x86_64-w64-mingw32-g++
WINDRES=x86_64-w64-mingw32-windres
MAKENSISFLAGS=/DINST64
NSISTARGET=HotkeySuiteSetup64.exe
NSISTARGET=SnKHotkeySuiteSetup64.exe
endif
ifeq ($(HOST),x86)
CC=i686-w64-mingw32-g++
WINDRES=i686-w64-mingw32-windres
NSISTARGET=HotkeySuiteSetup32.exe
NSISTARGET=SnKHotkeySuiteSetup32.exe
endif
endif

Expand All @@ -102,7 +102,7 @@ ifeq ($(HOST),x86-64)
$(error not implemented)
endif
ifeq ($(HOST),x86)
NSISTARGET=HotkeySuiteSetup32.exe
NSISTARGET=SnKHotkeySuiteSetup32.exe
endif
endif

Expand Down

0 comments on commit 4bf4c15

Please sign in to comment.