From: toshinagata1964 Date: Sat, 16 Dec 2017 14:18:37 +0000 (+0000) Subject: Support 'Debug' configuration for Windows on Xcode build. X-Git-Tag: v1.0.2~33 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0f02671826dfd8bc9c9ca753e93037833e6f40b5;p=molby%2FMolby.git Support 'Debug' configuration for Windows on Xcode build. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@609 a2be9bc6-48de-4e38-9406-05402d4bc13c --- diff --git a/mswx-build/Makefile b/mswx-build/Makefile index 94151cc..ab27bb2 100755 --- a/mswx-build/Makefile +++ b/mswx-build/Makefile @@ -1,4 +1,7 @@ TARGET_PLATFORM = MSW CROSS_COMPILE = 1 PWD = $(shell echo $$PWD) +ifeq ($(CONFIGURATION),Debug) + DEBUG = 1 +endif include ../Makefile