aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/nmake-msvc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-10 04:58:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-10 04:58:42 +0000
commit97492d5628f603856df9a3dd2abd55d33918dc4f (patch)
tree2f6f8d9db7be57daf1df87a0a89a413487a124ff /externals/grill/flext/buildsys/win/nmake-msvc.inc
parent53c16e06983f9b03464f41b8c0ed3206382c5538 (diff)
better templates, some minor changes
build system: added profiler mode, more fixes svn path=/trunk/; revision=2486
Diffstat (limited to 'externals/grill/flext/buildsys/win/nmake-msvc.inc')
-rw-r--r--externals/grill/flext/buildsys/win/nmake-msvc.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/externals/grill/flext/buildsys/win/nmake-msvc.inc b/externals/grill/flext/buildsys/win/nmake-msvc.inc
index b1fe1acc..826e99fb 100644
--- a/externals/grill/flext/buildsys/win/nmake-msvc.inc
+++ b/externals/grill/flext/buildsys/win/nmake-msvc.inc
@@ -30,11 +30,8 @@ LDFLAGS=$(LDFLAGS) /nologo
##############################################
-CFLAGS=$(CFLAGS) $(UFLAGS)
-
!ifdef DEBUG
-CFLAGS=$(CFLAGS) /D_DEBUG
!ifdef DYNAMIC
CFLAGS=$(CFLAGS) /MDd
!else
@@ -45,7 +42,6 @@ LDFLAGS=$(LDFLAGS) /DEBUG
!else
-CFLAGS=$(CFLAGS) $(OFLAGS) /DNDEBUG
!ifdef DYNAMIC
CFLAGS=$(CFLAGS) /MD
!else