diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:03:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:03:03 +0000 |
commit | 6669c915e610c1bf497553aaf54ff7d458effcf7 (patch) | |
tree | c42f482ee2912765c4840aa7d3456b73ee2ffadc /codemaker | |
parent | 6c4c9b572d70ad46bb800a5ac35573066b7ef138 (diff) |
INTEGRATION: CWS mingwport03 (1.3.18); FILE MERGED
2006/09/07 10:25:09 vg 1.3.18.1: #i53572# MinGW port
Diffstat (limited to 'codemaker')
-rwxr-xr-x | codemaker/codemaker.pmk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/codemaker/codemaker.pmk b/codemaker/codemaker.pmk index 71e9aaed7d2d..3919f74a4afc 100755 --- a/codemaker/codemaker.pmk +++ b/codemaker/codemaker.pmk @@ -4,9 +4,9 @@ # # $RCSfile: codemaker.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2006-03-15 09:08:55 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:03:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,15 @@ CODEMAKERLIBDEPN=codemaker.lib COMMONCPPLIBDEPN=commoncpp.lib COMMONJAVALIBDEPN=commonjava.lib +.IF "$(COM)"=="GCC" +CODEMAKERLIBST=-lcodemaker +COMMONCPPLIBST=-lcommoncpp +COMMONJAVALIBST=-lcommonjava +.ELSE CODEMAKERLIBST=codemaker.lib COMMONCPPLIBST=commoncpp.lib COMMONJAVALIBST=commonjava.lib +.ENDIF .ELSE CODEMAKERLIBDEPN=libcodemaker.a COMMONCPPLIBDEPN=libcommoncpp.a |