Kaydet (Commit) 2cad5f00 authored tarafından Herbert Dürr's avatar Herbert Dürr

force atlthunk addition when linking with atls library

üst f1f2c503
...@@ -80,6 +80,7 @@ SHL1STDLIBS=\ ...@@ -80,6 +80,7 @@ SHL1STDLIBS=\
.IF "$(COM)"!="GCC" .IF "$(COM)"!="GCC"
.IF "$(CCNUMVER)" > "001300000000" .IF "$(CCNUMVER)" > "001300000000"
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
SHL1STDLIBS+= $(ATL_LIB)$/atlthunk.lib
.ENDIF .ENDIF
.ENDIF .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