Kaydet (Commit) 3ecb3f88 authored tarafından Michael Stahl's avatar Michael Stahl

soltools: fix solaris/gcc build

üst 00eebf64
......@@ -40,8 +40,8 @@ noadjust=TRUE
# --- Files --------------------------------------------------------
# This tool is for Solaris only
.IF "$(OS)"=="SOLARIS"
# This tool is for SunStudio on Solaris only
.IF "$(OS)$(COM)"=="SOLARISC52"
APP1TARGET = adjustvisibility
APP1OBJS = $(OBJ)$/adjustvisibility.obj
......@@ -52,7 +52,7 @@ APP1RPATH = NONE
#APP1STDLIBS+=-lstlport
APP1STDLIBS+=-lCstd
.ENDIF "$(OS)"=="SOLARIS"
.ENDIF "$(OS)$(COM)"=="SOLARISC52"
# --- Targets ------------------------------------------------------
......
......@@ -76,7 +76,7 @@ APP1RPATH=NONE
APP1STDLIBS+=msvcprt.lib
.ENDIF # "$(COM)"=="MSC"
.IF "$(OS)"=="SOLARIS"
.IF "$(OS)$(COM)"=="SOLARISC52"
#APP1STDLIBS+=-lstlport
APP1STDLIBS+=-lCstd
.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment