aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-24 00:50:05 +0100
committercbdev <cb@cbcdn.com>2019-12-24 00:50:05 +0100
commitcedbf74db776414988621e8113f5869b29c2cb41 (patch)
tree23c6ab7948fe5350243c758edd034fd7ffc9089c /Makefile
parent535181b25ccbc492f741b9eeb111a02dfd038b41 (diff)
downloadmidimonster-cedbf74db776414988621e8113f5869b29c2cb41.tar.gz
midimonster-cedbf74db776414988621e8113f5869b29c2cb41.tar.bz2
midimonster-cedbf74db776414988621e8113f5869b29c2cb41.zip
Fix version define for Windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75c9d0d..990aec3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ midimonster: LDLIBS = -ldl
# Replace version string with current git-describe if possible
ifneq "$(GITVERSION)" ""
midimonster: CFLAGS += -DMIDIMONSTER_VERSION=\"$(GITVERSION)\"
+midimonster.exe: CFLAGS += -DMIDIMONSTER_VERSION=\"$(GITVERSION)\"
endif
# Work around strange linker passing convention differences in Linux and OSX