467b96a9e1
2009-08-28 10:59:09 +0200 cd r275520 : #i103568# Added context for Writer export 2009-08-27 13:42:55 +0200 cd r275478 : #i103568# The expression must be negated to be correct! 2009-08-26 14:26:24 +0200 cd r275423 : CWS-TOOLING: rebase CWS filepicker03 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 11:53:11 +0200 cd r275411 : #i103568# Fix file type suggestion inconsistency 2009-08-26 11:27:16 +0200 cd r275407 : #i83457# Fix compiler warnings for wntmsci11 and 12 2009-08-26 11:26:32 +0200 cd r275406 : #i83457# Remove fpicker from modules with warnings 2009-08-25 16:20:06 +0200 cd r275368 : #i83457# Fix msvc warnings 2009-08-03 15:12:44 +0200 cd r274582 : CWS-TOOLING: rebase CWS filepicker03 to trunk@274203 (milestone: DEV300:m53)
66 lines
1.8 KiB
Makefile
66 lines
1.8 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: makefile.mk,v $
|
|
#
|
|
# $Revision: 1.6 $
|
|
#
|
|
# This file is part of OpenOffice.org.
|
|
#
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
# only, as published by the Free Software Foundation.
|
|
#
|
|
# OpenOffice.org 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 version 3 for more details
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
# <http://www.openoffice.org/license.html>
|
|
# for a copy of the LGPLv3 License.
|
|
#
|
|
#*************************************************************************
|
|
|
|
PRJ=..$/..$/..$/..
|
|
|
|
PRJNAME= sysui
|
|
TARGET= testfops
|
|
LIBTARGET= NO
|
|
TARGETTYPE= CUI
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
#.INCLUDE : $(PRJ)$/util$/makefile.pmk
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
CFLAGS+=-GR -EHa
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
|
OBJFILES= $(OBJ)$/test_fops.obj
|
|
|
|
APP1TARGET= test_fops
|
|
|
|
APP1OBJS= $(OBJ)$/test_fops.obj
|
|
|
|
APP1STDLIBS+= $(CPPULIB) \
|
|
$(CPPUHELPERLIB) \
|
|
$(SALLIB) \
|
|
$(USER32LIB)\
|
|
$(OLE32LIB)
|
|
|
|
APP1DEF= $(MISC)$/$(APP1TARGET).def
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
.INCLUDE : target.mk
|
|
|