diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:41:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:41:32 +0000 |
commit | 44bf5dacd75eec3d27acf9590a29ce49a3b585cf (patch) | |
tree | d4bf189a381cfc27c683a3f105927c66a63fa0e9 /jvmaccess/util/makefile.mk | |
parent | b7ea5b0ca567c0ce8272148244e4579dcec548a7 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'jvmaccess/util/makefile.mk')
-rw-r--r-- | jvmaccess/util/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk index 6e454b7beffa..d3db57d74a9b 100644 --- a/jvmaccess/util/makefile.mk +++ b/jvmaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: sb $ $Date: 2002-12-06 11:35:37 $ +# last change: $Author: hr $ $Date: 2003-03-26 12:41:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,10 @@ SHL1TARGET = $(TARGET)$(COMID) SHL1IMPLIB = i$(TARGET) SHL1LIBS = $(SLB)$/$(TARGET).lib -SHL1STDLIBS = $(SALLIB) $(SALHELPERLIB) +SHL1STDLIBS = $(CPPULIB) $(SALLIB) $(SALHELPERLIB) +.IF "$(OS)" == "WNT" +SHL1STDLIBS += advapi32.lib +.ENDIF # WNT .IF "$(COMNAME)" == "msci" SHL1VERSIONMAP = msvc_win32_intel.map |