Kaydet (Commit) 91c5b227 authored tarafından David Ostrovsky's avatar David Ostrovsky Kaydeden (comit) David Tardon

gbuild conversion: store module

Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
üst cc63f2e9
This diff is collapsed.
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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=extensions
TARGET=updatefeedtest
TARGETTYPE=CUI
ENABLE_EXCEPTIONS=TRUE
INCPRE=$(OUT)$/inc$/updatefeed
# --- Settings ---
.INCLUDE : settings.mk
# --- Files ---
SLOFILES=\
$(SLO)$/updatefeedtest.obj \
APP1TARGET=$(TARGET)
APP1OBJS=$(SLOFILES)
APP1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB)
# --- Targets ---
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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=extensions
TARGET=clientTest
TARGETTYPE=CUI
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
# --- Settings ---
.INCLUDE : settings.mk
# --- Files ---
INCPRE+= $(OUT)$/inc -I$(ATL_INCLUDE)
APP1TARGET= $(TARGET)
APP1OBJS= \
$(OBJ)$/clientTest.obj \
$(OBJ)$/axhost.obj \
$(OBJ)$/funcs.obj
APP1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(USER32LIB) \
$(COMPATH)$/atlmfc$/lib$/atls.lib \
$(KERNEL32LIB) \
$(OLE32LIB) \
$(OLEAUT32LIB) \
$(UUIDLIB) \
$(GDI32LIB) \
$(ADVAPI32LIB)
APP1DEF= $(MISC)\$(APP1TARGET).def
# --- Targets ---
.INCLUDE : target.mk
......@@ -30,5 +30,6 @@ $(eval $(call gb_Package_add_file,store_inc,inc/store/store.h,inc/store/store.h)
$(eval $(call gb_Package_add_file,store_inc,inc/store/store.hxx,inc/store/store.hxx))
$(eval $(call gb_Package_add_file,store_inc,inc/store/storedllapi.h,inc/store/storedllapi.h))
$(eval $(call gb_Package_add_file,store_inc,inc/store/types.h,inc/store/types.h))
$(eval $(call gb_Package_add_file,store_inc,xml/store.xml,util/store.xml))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment