summaryrefslogtreecommitdiff
path: root/setup_native/scripts
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-06 09:55:33 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-06 09:55:33 +0000
commit1ebaf572136c17f9c57d1e9e6dc45aaf80316608 (patch)
tree523b286fadb9e03347bbd2f771f8da212cda3b86 /setup_native/scripts
parentc1fbd7bc6a8a9764ccef49bb94c4aae3553a0890 (diff)
INTEGRATION: CWS native147 (1.10.2); FILE MERGED
2008/04/23 12:48:00 obr 1.10.2.1: set correct code type
Diffstat (limited to 'setup_native/scripts')
-rw-r--r--setup_native/scripts/source/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup_native/scripts/source/makefile.mk b/setup_native/scripts/source/makefile.mk
index 430a646a4441..e3d7c6160057 100644
--- a/setup_native/scripts/source/makefile.mk
+++ b/setup_native/scripts/source/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
# This file is part of OpenOffice.org.
#
@@ -79,6 +79,7 @@ SLOFILES = $(SLO)$/getuid.obj
SHL1OBJS=$(SLOFILES)
SHL1TARGET=$(TARGET)
SHL1STDLIBS=-ldl
+SHL1CODETYPE=C
.ENDIF