View | Details | Raw Unified | Return to issue 13912
Collapse All | Expand All

(-)sal/systools/win32/uwinapi/makefile.mk (-1 / +6 lines)
Lines 75-81 Link Here
75
75
76
76
77
.IF "$(GUI)"=="WNT"
77
.IF "$(GUI)"=="WNT"
78
78
.IF "$(COMEX)=="9"
79
.IF "$(PSDK_HOME)"!=""
80
# Since the 02/2003 PSDK the "new" linker is needed here.
81
LINK=$(WRAPCMD) $(PSDK_HOME)$/Bin$/Win64$/LINK.EXE
82
.ENDIF
83
.ENDIF
79
84
80
85
81
SLOFILES=\
86
SLOFILES=\

Return to issue 13912