fix bug in name of implib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-08-19 10:30:06 +00:00
parent 0ae780c7c3
commit de2fb611f7

View File

@@ -339,8 +339,8 @@ MAKEARCHDIR:
#build our own copies of missing libraries #build our own copies of missing libraries
MAKELIBS: MAKELIBS:
dimplib /s $(LIBDIR)\$(SHELLLIB) $(LIBDIR)\$(SC_SUFFIX)\$(SHELLLIB).def implib /s $(LIBDIR)\$(SHELLLIB) $(LIBDIR)\$(SC_SUFFIX)\$(SHELLLIB).def
dimplib /s $(LIBDIR)\$(WINSOCKLIB) $(LIBDIR)\$(SC_SUFFIX)\$(WINSOCKLIB).def implib /s $(LIBDIR)\$(WINSOCKLIB) $(LIBDIR)\$(SC_SUFFIX)\$(WINSOCKLIB).def
$(LIBTARGET): $(OBJECTS) $(LIBTARGET): $(OBJECTS)
-del $(LIBTARGET) -del $(LIBTARGET)