diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2009-11-04 10:55:44 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2009-11-04 10:55:44 +0000 |
commit | 17cd6fa13c91d0d8a61682633f7becd9b35a4a0a (patch) | |
tree | 8ebdadfd19e674f355f8b9ff72b6fe67c23691f3 /odk/settings | |
parent | 53e77ee6fa6a5f22145f9f2633342bc2ed4c2653 (diff) |
#i160985# insert new macro ICL to reference innner classes
Diffstat (limited to 'odk/settings')
-rw-r--r-- | odk/settings/settings.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk index 3566f389cd60..4b1b8216bec6 100644 --- a/odk/settings/settings.mk +++ b/odk/settings/settings.mk @@ -38,6 +38,7 @@ ifeq "$(PLATFORM)" "windows" OS=WIN PS=\\ +ICL=$$ CC=cl LINK=link BUILDLIB=lib @@ -152,6 +153,7 @@ endif OS=SOLARIS PS=/ +ICL=\$$ CC=CC LINK=CC LIB=CC @@ -280,6 +282,7 @@ endif OS=LINUX PS=/ +ICL=\$$ CC=gcc LINK=g++ LIB=g++ @@ -397,6 +400,7 @@ JAVABIN=Commands OS=MACOSX PS=/ +ICL=\$$ CC=gcc LINK=g++ LIB=g++ @@ -499,6 +503,7 @@ JAVA_PROC_TYPE=i386 OS=FREEBSD PS=/ +ICL=\$$ CC=gcc LINK=g++ LIB=g++ |