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

#i107914# fix winaccessibility build when --disable-atl configure switch is used

üst 82953099
......@@ -24,14 +24,14 @@ PRJNAME=winaccessibility
TARGET=UAccCOM
# --- Settings -----------------------------------------------------
.IF "$(GUI)" == "WNT" && "$(DISABLE_ATL)"==""
PROF_EDITION=TRUE
.ENDIF
.IF "$(GUI)"!="WNT" || "$(DISABLE_ATL)"!=""
all:
@echo "$TARGET will not be built because GUI='$(GUI)' and DISABLE_ATL='$(DISABLE_ATL)'"
.ELSE
PROF_EDITION=TRUE
.INCLUDE : settings.mk
.IF "$(GUI)" == "WNT" && "$(DISABLE_ATL)"==""
VERSIONOBJ=
LIBTARGET=NO
USE_DEFFILE=YES
......@@ -121,8 +121,6 @@ SHL1RES=$(RES)/$(TARGET).res
DEF1NAME= $(TARGET)
#DEF1EXPORTFILE= exports.dxp
.ENDIF
# --- Targets ----------------------------------
.INCLUDE : target.mk
......@@ -133,3 +131,6 @@ $(MISC)/$(TARGET).manifest: $(BIN)$/$(TARGET)$(DLLPOST)
cat *.rgs > $(MISC)$/$(TARGET).rgs
mt.exe -rgs:$(MISC)$/$(TARGET).rgs -tlb:$(MISC)$/$(TARGET).tlb -dll:$(TARGET).dll -out:$(MISC)$/$(TARGET).manifest
mt.exe -manifest $(MISC)$/$(TARGET).manifest -outputresource:$(BIN)$/$(TARGET)$(DLLPOST)\;\#97
.ENDIF # "$(GUI)"!="WNT" || "$(DISABLE_ATL)"!=""
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