summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-03-13 10:59:41 +0000
committerHennes Rohling <hro@openoffice.org>2001-03-13 10:59:41 +0000
commit88c6b87eb6027274673006c0a4fcc68cbf809e5f (patch)
tree7466cebf466356c83f6650bcd452f0945b5a9a1e /desktop
parent3922df7c4027c41e59776b7518bcecd32639468e (diff)
Build windows wrapper executables
Diffstat (limited to 'desktop')
-rw-r--r--desktop/util/makefile.mk69
1 files changed, 67 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index 2ed736bcfcf1..2edf568438b7 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: ka $ $Date: 2001-02-13 14:14:06 $
+# last change: $Author: hro $ $Date: 2001-03-13 11:59:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -165,6 +165,71 @@ APP1LINKRES=$(MISC)$/$(TARGET).res
+
+.IF "$(GUI)" == "WNT"
+
+APP2DEPN= \
+ $(APP2RES) \
+ verinfo.rc
+
+APP2NOSAL=TRUE
+APP2TARGET=sowrapper
+
+APP2STDLIBS+=shell32.lib
+
+APP2OBJS= \
+ $(OBJ)$/sowrapper.obj \
+ $(OBJ)$/wrapperw.obj \
+ $(OBJ)$/wrappera.obj
+
+APP2RES= $(RES)$/$(APP2TARGET).res
+APP2ICON=soffice.ico
+APP2VERINFO=verinfo.rc
+APP2LINKRES=$(MISC)$/$(APP2TARGET).res
+
+
+APP3DEPN= \
+ $(APP3RES) \
+ verinfo.rc
+
+APP3NOSAL=TRUE
+APP3TARGET=solocal
+
+APP3STDLIBS+=shell32.lib
+
+APP3OBJS= \
+ $(OBJ)$/sowrapper.obj \
+ $(OBJ)$/lwrapw.obj \
+ $(OBJ)$/lwrapa.obj
+
+APP3RES= $(RES)$/$(APP3TARGET).res
+APP3ICON=soffice.ico
+APP3VERINFO=verinfo.rc
+APP3LINKRES=$(MISC)$/$(APP3TARGET).res
+
+
+
+APP4DEPN= \
+ $(APP4RES) \
+ verinfo.rc
+
+APP4NOSAL=TRUE
+APP4TARGET=soremote
+
+APP4STDLIBS+=shell32.lib
+
+APP4OBJS= \
+ $(OBJ)$/sowrapper.obj \
+ $(OBJ)$/rwrapw.obj \
+ $(OBJ)$/rwrapa.obj
+
+APP4RES= $(RES)$/$(APP4TARGET).res
+APP4ICON=soffice.ico
+APP4VERINFO=verinfo.rc
+APP4LINKRES=$(MISC)$/$(APP4TARGET).res
+
+.ENDIF
+
# --- Targets -------------------------------------------------------------
.INCLUDE : target.mk