link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-15 13:33:51 +00:00
parent c583fa5a58
commit b44f5137ce
825 changed files with 5227 additions and 5196 deletions

View File

@@ -272,6 +272,9 @@ clean : .SYMBOLIC
cd wrapsizer
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
cd flash
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
cd mfc
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
@@ -639,6 +642,11 @@ wrapsizer : .SYMBOLIC
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
flash : .SYMBOLIC
cd flash
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
mfc : .SYMBOLIC
cd mfc
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all