diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 15:15:08 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 15:15:08 +0000 |
commit | 6c0e43885343d60e99c5e214d4261c58a06c4d8f (patch) | |
tree | 448821e3f696e993685f4cab765b316a6c70f8e4 /vcl/aqua | |
parent | af255e88998031df5f46cf893d5987243304491b (diff) |
INTEGRATION: CWS aquavcl04 (1.14.98); FILE MERGED
2007/10/17 18:13:38 pl 1.14.98.2: #i77848# add cursor images
2007/10/15 13:24:25 pl 1.14.98.1: #i82627# move objective c++ implementations to own (.mm) files
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/app/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/aqua/source/app/makefile.mk b/vcl/aqua/source/app/makefile.mk index 18f54153cecc..c14791d2f463 100644 --- a/vcl/aqua/source/app/makefile.mk +++ b/vcl/aqua/source/app/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: obo $ $Date: 2008-01-07 09:50:48 $ +# last change: $Author: ihi $ $Date: 2008-01-14 16:15:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,10 @@ dummy: #CFLAGS+=-x objective-c++ SLOFILES= $(SLO)$/salinst.obj \ + $(SLO)$/saldata.obj \ + $(SLO)$/vclnsapp.obj \ $(SLO)$/saltimer.obj \ + $(SLO)$/salnstimer.obj \ $(SLO)$/salsound.obj \ $(SLO)$/salsys.obj |