Kaydet (Commit) 11dde524 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

fix build breaker in new module winaccessibility introduced with ia2

build breaks under Windows on non-pro build when building without stlport

Patch by: hdu
üst e9ca732f
......@@ -46,9 +46,6 @@ CFLAGS+=-D_UNICODE -DUNICODE
.IF "$(PRODUCT)"!=""
RC+=-DPRODUCT
.ENDIF
.IF "$(USE_STLP_DEBUG)"!=""
CDEFS+=-D_DEBUG
.ENDIF # "$(USE_STLP_DEBUG)"!=""
RCFILES=\
$(TARGET).rc
......@@ -113,13 +110,9 @@ SHL1STDLIBS=\
.IF "$(COM)"!="GCC"
.IF "$(CCNUMVER)" > "001300000000"
.IF "$(USE_STLP_DEBUG)" != ""
SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
.ELSE
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
.ENDIF
.ENDIF
.ENDIF
SHL1OBJS=$(SLOFILES)
SHL1DEF=$(TARGET).def
......
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