]> git.saurik.com Git - wxWidgets.git/commitdiff
update to make digitalmars compile/link make clean
authorChris Elliott <biol75@york.ac.uk>
Thu, 24 Apr 2003 21:37:23 +0000 (21:37 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 24 Apr 2003 21:37:23 +0000 (21:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/sc.t
src/msw/makefile.sc

index 0c06c8a5e24e1b8442388053eae3453da1584862..9ac6d5f8df9520ba83e5054214ff8587ee545e4f 100644 (file)
@@ -89,7 +89,7 @@ HTMLOBJS = #$ ExpandList ("WXHTMLOBJS");
 MSWOBJS = #$ ExpandList("WXMSWOBJS");
 
 # Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
-OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) $(WINSOCKLIB)
+OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) 
 
 all: MAKEARCHDIR MAKEWINSOCKLIB $(LIBTARGET) zlib png jpeg tiff regex
 
index 93e8cabd4ca79e6393730d499ea31100aa89f6ec..0fc2eddc548dcada6260273ee8b2746589bb01c2 100644 (file)
@@ -320,7 +320,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
                $(MSWDIR)\window.obj
 
 # Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
-OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) $(WINSOCKLIB)
+OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) 
 
 all: MAKEARCHDIR MAKEWINSOCKLIB $(LIBTARGET) zlib png jpeg tiff regex
 
@@ -331,7 +331,8 @@ MAKEARCHDIR:
     @if not exist $(ARCHINCDIR)\wx\setup.h copy $(MSWINCDIR)\setup.h $(ARCHINCDIR)\wx\setup.h
 
 MAKEWINSOCKLIB:
-      if not exist $(WINSOCKLIB) implib  /s $(WINSOCKLIB) $(WINDIR)\system32\wsock32.dll
+      implib  /s $(WINSOCKLIB) $(WINDIR)\system32\wsock32.dll
+##      implib /system /v /suffix /Ic:\wx\dm\include\win32 $(WINSOCKLIB) $(WINDIR)\system32\winsock.dll
 ##    implib /system /v /suffix /Ic:\wx\dm\include\win32 $(WINSOCKLIB) $(WINDIR)\system32\wsock32.dll
 ##  bug here on win98 no system32 ??
 ##  implib doesn't work anyway