summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-14 12:26:20 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-14 12:26:20 +0300
commitf9c54ae7f8b537c669b898ffcd189f87eecf0117 (patch)
treef6fcd72752ce96dc7bfce1f16f4521906c500bdb /sal/qa/rtl
parentcc21659f0eb8ef6207c8f921b7d7e0c6a1d310a0 (diff)
Use MSVC options only with MSVC
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r--sal/qa/rtl/doublelock/makefile.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/sal/qa/rtl/doublelock/makefile.mk b/sal/qa/rtl/doublelock/makefile.mk
index 214d8cb58407..a1d03567306f 100644
--- a/sal/qa/rtl/doublelock/makefile.mk
+++ b/sal/qa/rtl/doublelock/makefile.mk
@@ -44,10 +44,7 @@ CXXFLAGS+= $(LFS_CFLAGS)
CFLAGSCXX += $(CPPUNIT_CFLAGS)
-# BEGIN ----------------------------------------------------------------
-# auto generated Target:testjob by codegen.pl
-
-.IF "$(GUI)" == "WNT"
+.IF "$(COM)" == "MSC"
CFLAGS+=/Ob1
.ENDIF
@@ -61,11 +58,7 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
SHL1VERSIONMAP = $(PRJ)$/qa$/export.map
-# END ------------------------------------------------------------------
-
#------------------------------- All object files -------------------------------
-# do this here, so we get right dependencies
-
SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------