#************************************************************************* # # Licensed Materials - Property of IBM. # (C) Copyright IBM Corporation 2003, 2012. All Rights Reserved. # U.S. Government Users Restricted Rights: # Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # #************************************************************************* # PRJ=..$/.. PRJNAME=svx TARGET=propertypanel ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------------- .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------------- SLOFILES =\ $(SLO)$/areapropertypage.obj \ $(SLO)$/linepropertypage.obj \ $(SLO)$/posizepropertypage.obj \ $(SLO)$/paragraphpropertypage.obj \ $(SLO)$/textpropertypage.obj \ $(SLO)$/nbdtmgfact.obj \ $(SLO)$/nbdtmg.obj \ $(SLO)$/graphicpropertypage.obj SRS1NAME=$(TARGET) SRC1FILES =\ areapropertypage.src \ linepropertypage.src \ posizepropertypage.src \ paragraphpropertypage.src \ textpropertypage.src \ graphicpropertypage.src # --- Targets ------------------------------------------------------- .INCLUDE : target.mk