• R/O
  • SSH
  • HTTPS

molby: Commit


Commit MetaInfo

Revision609 (tree)
Time2017-12-16 23:18:37
Authortoshinagata1964

Log Message

Support 'Debug' configuration for Windows on Xcode build.

Change Summary

Incremental Difference

--- trunk/mswx-build/Makefile (revision 608)
+++ trunk/mswx-build/Makefile (revision 609)
@@ -1,4 +1,7 @@
11 TARGET_PLATFORM = MSW
22 CROSS_COMPILE = 1
33 PWD = $(shell echo $$PWD)
4+ifeq ($(CONFIGURATION),Debug)
5+ DEBUG = 1
6+endif
47 include ../Makefile
Show on old repository browser