summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 11:45:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 11:45:58 +0000
commit0cbeac19095b28b8157a5e82bd54ce75562eda30 (patch)
tree8c59713ac9cc50ff096ef21341b71a32fc59049a /extensions/test/ole
parentINTEGRATION: CWS obo05 (1.12.116); FILE MERGED (diff)
downloadcore-0cbeac19095b28b8157a5e82bd54ce75562eda30.tar.gz
core-0cbeac19095b28b8157a5e82bd54ce75562eda30.zip
INTEGRATION: CWS obo05 (1.9.190); FILE MERGED
2006/08/31 08:02:24 obo 1.9.190.1: #i53611# buildable with VS Express 2005
Diffstat (limited to 'extensions/test/ole')
-rw-r--r--extensions/test/ole/OleClient/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/extensions/test/ole/OleClient/makefile.mk b/extensions/test/ole/OleClient/makefile.mk
index cfed1d1fc90f..41a98b539814 100644
--- a/extensions/test/ole/OleClient/makefile.mk
+++ b/extensions/test/ole/OleClient/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 20:49:47 $
+# last change: $Author: vg $ $Date: 2006-09-25 12:45:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,7 +51,6 @@ ENABLE_EXCEPTIONS=TRUE
INCPRE+= $(OUT)$/inc -I$(ATL_INCLUDE)
-.IF "$(NETTOOLKIT)"==""
APP1TARGET= $(TARGET)
APP1OBJS= \
@@ -71,14 +70,12 @@ APP1STDLIBS= \
oleaut32.lib \
uuid.lib \
gdi32.lib \
- advapi32.lib
+ advapi32.lib
APP1DEF= $(MISC)\$(APP1TARGET).def
-.ENDIF # "$(NETTOOLKIT)"==""
# --- Targets ---
.INCLUDE : target.mk
-