mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.sub: no oldnames.lib
* win32/Makefile.sub (LIBS): oldnames.lib is not used already. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c3000ed8f4
commit
031e1570b9
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ EXTLIBS =
|
|||
EXTSOLIBS =
|
||||
!endif
|
||||
!if !defined(LIBS)
|
||||
LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib ws2_32.lib
|
||||
LIBS = user32.lib advapi32.lib shell32.lib ws2_32.lib
|
||||
!if $(MSC_VER) >= 1400
|
||||
LIBS = $(LIBS) iphlpapi.lib
|
||||
!endif
|
||||
|
|
Loading…
Add table
Reference in a new issue