summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:23:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:23:23 +0000
commite91ca2d15d30d36c1e1979c17e75ddc23501e162 (patch)
tree68ceb8fc51a6ae6c4fbf1be203bf3bfc499717ff /solenv/inc/wnt.mk
parent0824e044c0d0f679888cd3fd08c5af0cd476c48a (diff)
INTEGRATION: CWS obo02 (1.49.14); FILE MERGED
2003/05/16 09:57:41 obo 1.49.14.1: #i14321# ATL_INCLUDE added
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 97656d2edbc7..d794f6e66737 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.49 $
+# $Revision: 1.50 $
#
-# last change: $Author: hjs $ $Date: 2003-04-29 13:04:57 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:23:23 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -404,9 +404,11 @@ STDSHLCUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib $(OLDNAMES)
.IF "$(COMEX)"!="8"
LIBSTLPORT=stlport_vc6.lib
LIBSTLPORTST=stlport_vc6_static.lib
+ATL_INCLUDE=$(COMPATH)$/atl$/include
.ELSE
LIBSTLPORT=stlport_vc7.lib
LIBSTLPORTST=stlport_vc7_static.lib
+ATL_INCLUDE=$(COMPATH)$/atlmfc$/include
.ENDIF
.IF "$(USE_SHELL)"=="4nt"