OSDN Git Service

Support 'Debug' configuration for Windows on Xcode build.
authortoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Sat, 16 Dec 2017 14:18:37 +0000 (14:18 +0000)
committertoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Sat, 16 Dec 2017 14:18:37 +0000 (14:18 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@609 a2be9bc6-48de-4e38-9406-05402d4bc13c

mswx-build/Makefile

index 94151cc..ab27bb2 100755 (executable)
@@ -1,4 +1,7 @@
 TARGET_PLATFORM = MSW
 CROSS_COMPILE = 1
 PWD = $(shell echo $$PWD)
+ifeq ($(CONFIGURATION),Debug)
+  DEBUG = 1
+endif
 include ../Makefile