diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:54:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:54:00 +0000 |
commit | 423414fdc4f208e133053af71dab4cd300a36d4a (patch) | |
tree | 178f78b3aff9000b89cc6b72bdce8c88599757f8 /desktop | |
parent | 4654ded036e5d0a3a9fdccaed6c033ce1e7bfdb0 (diff) |
INTEGRATION: CWS sb83 (1.1.2); FILE ADDED
2008/02/07 12:37:33 sb 1.1.2.3: #i84200# loaders no longer link against uwinapi.dll
2008/01/29 14:42:29 sb 1.1.2.2: #i84200# /DELAYLOAD:uwinapi.dll is not used at all any longer; guistdio.exe and unopkgio.exe were identical and have been unified
2007/12/21 14:53:38 sb 1.1.2.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/guistdio/makefile.mk | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/desktop/win32/source/guistdio/makefile.mk b/desktop/win32/source/guistdio/makefile.mk new file mode 100644 index 000000000000..fc87ddc1ae4d --- /dev/null +++ b/desktop/win32/source/guistdio/makefile.mk @@ -0,0 +1,62 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: vg $ $Date: 2008-03-18 13:54:00 $ +# +# 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=desktop +TARGET=guistdio +LIBTARGET=NO +ENABLE_EXCEPTIONS=TRUE +TARGETTYPE=CUI +UWINAPILIB= + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + +# --- Files -------------------------------------------------------- + +OBJFILES=$(APP1OBJS) + +APP1NOSAL=TRUE +APP1OBJS=$(OBJ)$/guistdio.obj +APP1TARGET=$(TARGET) + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk |