Kaydet (Commit) 13b2080c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use delay loading only with MSC

üst b0cd0b11
...@@ -58,9 +58,13 @@ SHL1STDLIBS= $(COMMON_LIBS) \ ...@@ -58,9 +58,13 @@ SHL1STDLIBS= $(COMMON_LIBS) \
$(OLEAUT32LIB)\ $(OLEAUT32LIB)\
$(COMDLG32LIB)\ $(COMDLG32LIB)\
$(KERNEL32LIB)\ $(KERNEL32LIB)\
$(UUIDLIB)\ $(UUIDLIB)
.IF "$(COM)" == "MSC"
SHL1STDLIBS+=\
Delayimp.lib\ Delayimp.lib\
/DELAYLOAD:shell32.dll /DELAYLOAD:shell32.dll
.ENDIF
SHL1DEPN= SHL1DEPN=
SHL1IMPLIB=i$(SHL1TARGET) SHL1IMPLIB=i$(SHL1TARGET)
......
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