Kaydet (Commit) 4fd50f15 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED

2008/02/14 17:28:45 fheckl 1.2.40.4: Further changes concerning Autoextension
2008/01/14 08:23:24 fheckl 1.2.40.3: Code cleanup and some implementation details
2008/01/02 18:25:59 fheckl 1.2.40.2: issue #80399 more Cocoa
2007/11/18 19:36:37 fheckl 1.2.40.1: initial support for Cocoa version
üst f16daff0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.2 $ # $Revision: 1.3 $
# #
# last change: $Author: ihi $ $Date: 2007-07-11 11:00:44 $ # last change: $Author: kz $ $Date: 2008-03-05 16:39:30 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -44,8 +44,8 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -44,8 +44,8 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.INCLUDE : settings.mk .INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
#CFLAGS += -Wall
DLLPRE= DLLPRE=
# ------------------------------------------------------------------ # ------------------------------------------------------------------
...@@ -61,14 +61,17 @@ dummy: ...@@ -61,14 +61,17 @@ dummy:
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
SLOFILES =\ SLOFILES =\
$(SLO)$/resourceprovider.obj \ $(SLO)$/resourceprovider.obj \
$(SLO)$/FPentry.obj \ $(SLO)$/FPentry.obj \
$(SLO)$/SalAquaPicker.obj \ $(SLO)$/SalAquaPicker.obj \
$(SLO)$/SalAquaFilePicker.obj \ $(SLO)$/SalAquaFilePicker.obj \
$(SLO)$/SalAquaFolderPicker.obj \ $(SLO)$/SalAquaFolderPicker.obj \
$(SLO)$/CFStringUtilities.obj \ $(SLO)$/CFStringUtilities.obj \
$(SLO)$/FilterHelper.obj \ $(SLO)$/FilterHelper.obj \
$(SLO)$/ControlHelper.obj $(SLO)$/ControlHelper.obj \
$(SLO)$/NSString_OOoAdditions.obj \
$(SLO)$/NSURL_OOoAdditions.obj \
$(SLO)$/AquaFilePickerDelegate.obj
SHL1NOCHECK=TRUE SHL1NOCHECK=TRUE
SHL1TARGET= $(TARGET) SHL1TARGET= $(TARGET)
...@@ -81,6 +84,7 @@ SHL1STDLIBS=\ ...@@ -81,6 +84,7 @@ SHL1STDLIBS=\
$(SALLIB) $(SALLIB)
SHL1VERSIONMAP=exports.map SHL1VERSIONMAP=exports.map
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
.ENDIF # "$(GUIBASE)" != "aqua" .ENDIF # "$(GUIBASE)" != "aqua"
......
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