ide/Compiler Configs: Added predefined DEBUG_SUFFIX variable when DEBUG is set for...
authorJerome St-Louis <jerome@ecere.com>
Wed, 18 Apr 2012 03:08:54 +0000 (23:08 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 18 Apr 2012 03:08:54 +0000 (23:08 -0400)
crossplatform.mk

index 26b0bec..d628a1f 100644 (file)
@@ -26,6 +26,11 @@ endif
 endif
 endif
 
+# DEBUG SUFFIX
+ifdef DEBUG
+DEBUG_SUFFIX := .debug
+endif
+
 # MISC STRING TOOLS
 empty :=
 space := $(empty) $(empty)