X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FMakefile.src.bor;h=e01c087cbac76e10287d9b615d6e66d1d48a6c91;hp=3457a10cfe08e3487f4f06850716de20f8db7010;hb=713ecfdca60257c645c6be6ae47b872b59fc050f;hpb=53140e2696f6a913ac7b1598d2d6e2c979eaff18 diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index 3457a10c..e01c087c 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -1,6 +1,7 @@ ## Compiler, linker, and lib stuff ## Makefile for use with Borland C++ for Win32 executable. +RM=-del CC=bcc32 LINK=ilink32 @@ -21,7 +22,7 @@ wget.exe: $(OBJS) $(LINK) @&&| $(LFLAGS) -Tpe -ap -c + $(LIBDIR)\c0x32.obj+ -cmpt.obj +cmpt.obj+ connect.obj+ convert.obj+ cookies.obj+ @@ -50,8 +51,8 @@ safe-ctype.obj+ url.obj+ utils.obj+ version.obj+ -xmalloc.obj+ -$<,$* +xmalloc.obj,+ +$<,$*,+ $(LIBDIR)\import32.lib+ $(LIBDIR)\cw32.lib @@ -59,6 +60,18 @@ $(LIBDIR)\cw32.lib | + +# +# Dependencies for cleanup +# + +clean: + $(RM) *.bak + $(RM) *.obj + $(RM) *.exe + $(RM) *.map + $(RM) *.tds + o = .obj !include "..\windows\wget.dep"