From e741586389de21efe0dd7fa1b0057c970e4c1a17 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 18 Dec 2004 05:01:11 +0000 Subject: updated build system for linux updated make system for BCC build system for flext-based externals updated build system add xcode project comply to build system svn path=/trunk/; revision=2405 --- externals/grill/flext/build/make-win-max-msvc.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'externals/grill/flext/build/make-win-max-msvc.inc') diff --git a/externals/grill/flext/build/make-win-max-msvc.inc b/externals/grill/flext/build/make-win-max-msvc.inc index eb03a828..636029fa 100644 --- a/externals/grill/flext/build/make-win-max-msvc.inc +++ b/externals/grill/flext/build/make-win-max-msvc.inc @@ -11,13 +11,13 @@ EXT=mxe ######################################### -!ifdef FLEXT_SHARED +!ifdef SHARED # --- shared --- -!elseifdef FLEXT_THREADED +!elseifdef THREADED # --- static multi-threaded --- -!ifdef _DEBUG +!ifdef DEBUG LIBS=$(LIBS) flext_td-maxwin.lib !else LIBS=$(LIBS) flext_t-maxwin.lib @@ -26,7 +26,7 @@ LIBS=$(LIBS) flext_t-maxwin.lib !else # --- static single-threaded --- -!ifdef _DEBUG +!ifdef DEBUG LIBS=$(LIBS) flext_d-maxwin.lib !else LIBS=$(LIBS) flext-maxwin.lib -- cgit v1.2.1