diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:19:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:19:40 +0000 |
commit | 9101284d7a8482cebe34750b2cfbe3b278e8d3ae (patch) | |
tree | c7ceb56ba43380debfb844625743fc464deb32d1 /odk | |
parent | 107448d807de0c05e8bd9d9d5f27b401489bf74c (diff) |
INTEGRATION: CWS sdkbugfix02 (1.3.38); FILE MERGED
2005/03/02 13:37:12 jsc 1.3.38.1: #i42952# change linker to use a macro
Diffstat (limited to 'odk')
-rw-r--r-- | odk/source/unoapploader/unx/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/odk/source/unoapploader/unx/makefile.mk b/odk/source/unoapploader/unx/makefile.mk index 061eda59c934..522eae638aca 100644 --- a/odk/source/unoapploader/unx/makefile.mk +++ b/odk/source/unoapploader/unx/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2004-07-13 17:07:08 $ +# last change: $Author: rt $ $Date: 2005-03-29 12:19:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,7 +82,8 @@ STDLIB= -lX11 -ldl -lc -lm .ENDIF # "$(OS)$(COMID)"=="SOLARISC52" .IF "$(COM)"=="GCC" -LINK=gcc +#LINK=gcc +LINK=$(CC) LINKFLAGS= LINKFLAGSAPP= .IF "$(OS)"=="FREEBSD" |