Molecular Modeling Software
リビジョン | 0f02671826dfd8bc9c9ca753e93037833e6f40b5 (tree) |
---|---|
日時 | 2017-12-16 23:18:37 |
作者 | toshinagata1964 <toshinagata1964@a2be...> |
コミッター | toshinagata1964 |
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
@@ -1,4 +1,7 @@ | ||
1 | 1 | TARGET_PLATFORM = MSW |
2 | 2 | CROSS_COMPILE = 1 |
3 | 3 | PWD = $(shell echo $$PWD) |
4 | +ifeq ($(CONFIGURATION),Debug) | |
5 | + DEBUG = 1 | |
6 | +endif | |
4 | 7 | include ../Makefile |