summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 09:07:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 09:07:26 +0000
commit1176a0e7f8da50ffc1cb5640eb8434c2630aa4f9 (patch)
tree3729d35a57faf2b73a697735028259b3b4276b56 /sal
parent39bdcceb9b092a5a2b02a3dd73427c96de47a46e (diff)
INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED
2006/07/27 10:45:14 hro 1.1.2.1: #i66949# Added internet connection check for win32
Diffstat (limited to 'sal')
-rw-r--r--sal/systools/win32/onlineupdate/makefile.mk88
1 files changed, 88 insertions, 0 deletions
diff --git a/sal/systools/win32/onlineupdate/makefile.mk b/sal/systools/win32/onlineupdate/makefile.mk
new file mode 100644
index 000000000..5df68b85b
--- /dev/null
+++ b/sal/systools/win32/onlineupdate/makefile.mk
@@ -0,0 +1,88 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: ihi $ $Date: 2006-08-04 10:07:26 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2005 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+PRJ=..$/..$/..
+PRJNAME=sal
+TARGET=onlinecheck
+
+USE_DEFFILE=TRUE
+LIBTARGET=NO
+
+# --- Settings ----------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Targets ----------------------------------
+
+
+.IF "$(GUI)"=="WNT"
+
+.IF "$(COMEX)"=="9"
+.IF "$(PSDK_HOME)"!=""
+# Since the 02/2003 PSDK the "new" linker is needed here.
+LINK=$(WRAPCMD) "$(PSDK_HOME)$/Bin$/Win64$/LINK.EXE"
+.ENDIF
+.ENDIF
+
+SLOFILES=\
+ $(SLO)$/onlinecheck.obj
+
+
+SHL1TARGET=$(TARGET)
+SHL1IMPLIB=$(SHL1TARGET)
+SHL1DEF=$(MISC)/$(SHL1TARGET).def
+DEF1NAME=$(SHL1TARGET)
+DEF1EXPORTFILE=$(SHL1TARGET).dxp
+
+DEF1DEPN=\
+ $(DEF1EXPORTFILE)\
+ makefile.mk
+
+SHL1OBJS=$(SLOFILES)
+
+#No default libraries
+#STDSHL=
+
+SHL1STDLIBS=\
+ unicows.lib\
+ kernel32.lib\
+ msvcrt.lib\
+ wininet.lib
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+