diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:45:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:45:58 +0000 |
commit | ed3e2963650b0ba89ba0a363aee578591166fff4 (patch) | |
tree | 4849aef41a7338abb1f3ecba9bb476002ca6f1dc /extensions/test/ole/OleClient/makefile.mk | |
parent | 860fe4265e23f12e74fa8db73ab0b6ff4825e666 (diff) |
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/OleClient/makefile.mk')
-rw-r--r-- | extensions/test/ole/OleClient/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extensions/test/ole/OleClient/makefile.mk b/extensions/test/ole/OleClient/makefile.mk index cfed1d1fc..41a98b539 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 - |