diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:28:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:28:38 +0000 |
commit | f76ff00ca7b361e7d14d248ba219d7cdf80ec2f8 (patch) | |
tree | 92f78c0fbf05e412280bb12bb4751d032a673490 /odk/util | |
parent | 172a4c517b0155a6ce897a790e64fe62c2e61861 (diff) |
INTEGRATION: CWS mingwport03 (1.50.24); FILE MERGED
2007/03/19 15:32:14 vg 1.50.24.2: RESYNC: (1.50-1.51); FILE MERGED
2006/09/06 15:40:26 vg 1.50.24.1: #i53572# MinGW port
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/makefile.pmk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk index 6aa648fdfdd3..3cffef750e1a 100644 --- a/odk/util/makefile.pmk +++ b/odk/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.51 $ +# $Revision: 1.52 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:30:21 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:28:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,11 @@ EXEPOSTFIX=.exe DLLOUT=$(SOLARBINDIR) DESTDIRCPPEXAMPLES=$(DESTDIR)$/examples$/cpp +.IF "$(COM)"=="GCC" +DESTPLATFROM=mingw +.ELSE DESTPLATFROM=windows +.ENDIF DESTDIRBIN=$(DESTDIR)$/$(DESTPLATFROM)$/bin DESTDIRLIB=$(DESTDIR)$/$(DESTPLATFROM)$/lib DESTDIRDLL=$(DESTDIRBIN) |