diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:46:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:46:40 +0000 |
commit | 39b44d5157811ec1d5b66b5faade809cda33ac78 (patch) | |
tree | 20501ff3841cf5ccc8cf7dd7227cd8ccc60f8283 /extensions/test/ole/cpptest/makefile.mk | |
parent | 286bfdedddbfaab5e0ad91b20749edac0d55407f (diff) |
INTEGRATION: CWS obo05 (1.6.190); FILE MERGED
2006/08/31 08:03:45 obo 1.6.190.1: #i53611# buildable with VS Express 2005
Diffstat (limited to 'extensions/test/ole/cpptest/makefile.mk')
-rw-r--r-- | extensions/test/ole/cpptest/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/test/ole/cpptest/makefile.mk b/extensions/test/ole/cpptest/makefile.mk index 627d0d70e..ddf86eb3b 100644 --- a/extensions/test/ole/cpptest/makefile.mk +++ b/extensions/test/ole/cpptest/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 20:53:12 $ +# last change: $Author: vg $ $Date: 2006-09-25 12:46:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,6 @@ ENABLE_EXCEPTIONS=TRUE INCPRE+=-I$(ATL_INCLUDE) -.IF "$(NETTOOLKIT)"=="" APP1TARGET= $(TARGET) APP1OBJS= $(OBJ)$/cppTest.obj @@ -76,6 +75,4 @@ APP1STDLIBS += $(LIBCIMT) APP1DEF= $(MISC)\$(APP1TARGET).def # --- Targets --- -.ENDIF #"$(NETTOOLKIT)"=="" .INCLUDE : target.mk - |