diff --git a/samples/artprov/makefile.wat b/samples/artprov/makefile.wat index f1d21846fb..bfd496b80b 100644 --- a/samples/artprov/makefile.wat +++ b/samples/artprov/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = artprov -OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +PROGRAM = arttest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj $(OUTPUTDIR)\artbrows.obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/config/makefile.wat b/samples/config/makefile.wat index aa5a99960b..c40ba2d2fc 100644 --- a/samples/config/makefile.wat +++ b/samples/config/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = config +PROGRAM = conftest OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/db/makefile.wat b/samples/db/makefile.wat index 361a80c00d..c592f2b848 100644 --- a/samples/db/makefile.wat +++ b/samples/db/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = db -OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +PROGRAM = dbtest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj $(OUTPUTDIR)\listdb.obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/dialup/makefile.wat b/samples/dialup/makefile.wat new file mode 100644 index 0000000000..ab8b0dc481 --- /dev/null +++ b/samples/dialup/makefile.wat @@ -0,0 +1,12 @@ +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = nettest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/docview/makefile.wat b/samples/docview/makefile.wat index 03444dab1d..70db9aae9e 100644 --- a/samples/docview/makefile.wat +++ b/samples/docview/makefile.wat @@ -7,6 +7,6 @@ # # PROGRAM = docview -OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj $(OUTPUTDIR)\listdb.obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/docvwmdi/makefile.wat b/samples/docvwmdi/makefile.wat index e06970673e..a86da1fae2 100644 --- a/samples/docvwmdi/makefile.wat +++ b/samples/docvwmdi/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = docvwmdi -OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +PROGRAM = docview +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj $(OUTPUTDIR)\doc.obj $(OUTPUTDIR)\view.obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/dynamic/makefile.wat b/samples/dynamic/makefile.wat new file mode 100644 index 0000000000..0da994f04e --- /dev/null +++ b/samples/dynamic/makefile.wat @@ -0,0 +1,12 @@ +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = dynamic +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/help/makefile.wat b/samples/help/makefile.wat index 819ece5424..1863cda4a2 100644 --- a/samples/help/makefile.wat +++ b/samples/help/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = help +PROGRAM = demo OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/makefile.wat b/samples/html/makefile.wat new file mode 100644 index 0000000000..f152f07330 --- /dev/null +++ b/samples/html/makefile.wat @@ -0,0 +1,56 @@ +# +# File: makefile.wat +# Author: Julian Smart +# Created: 1993 +# Updated: +# Copyright: (c) 1993, AIAI, University of Edinburgh +# +# "%W% %G%" +# +# Makefile : Builds samples for windows with Watcom +# Use FINAL=1 argument to wmake to build final version with no debugging +# info + +# Set WXDIR for your system +WXDIR = $(%WXWIN) + +THISDIR=$(WXDIR)\samples\html + +!include $(WXDIR)\src\makewat.env + +all: + cd $(WXDIR)\samples\html\about + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\help + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\helpview + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\printing + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\test + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\virtual + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\widget + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + cd $(WXDIR)\samples\html\zip + wmake -f makefile.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + +clean: + cd $(WXDIR)\samples\html\about + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\help + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\helpview + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\printing + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\test + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\virtual + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\widget + wmake -f makefile.wat clean + cd $(WXDIR)\samples\html\zip + wmake -f makefile.wat clean + diff --git a/samples/ipc/makefile.wat b/samples/ipc/makefile.wat new file mode 100644 index 0000000000..e70d34634f --- /dev/null +++ b/samples/ipc/makefile.wat @@ -0,0 +1,17 @@ +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +!include $(%WXWIN)\src\makewat.env + +all: + wmake -f server.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + wmake -f client.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + +clean: + wmake -f server.wat clean + wmake -f client.wat clean \ No newline at end of file diff --git a/samples/newgrid/makefile.wat b/samples/newgrid/makefile.wat index f2b9db94c4..201db14be7 100644 --- a/samples/newgrid/makefile.wat +++ b/samples/newgrid/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = newgrid +PROGRAM = griddemo OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/png/makefile.wat b/samples/png/makefile.wat index f3e275e8ae..de40851e05 100644 --- a/samples/png/makefile.wat +++ b/samples/png/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = png +PROGRAM = pngdemo OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj # !include $(%WXWIN)\src\makeprog.wat diff --git a/samples/sockets/makefile.wat b/samples/sockets/makefile.wat new file mode 100644 index 0000000000..e70d34634f --- /dev/null +++ b/samples/sockets/makefile.wat @@ -0,0 +1,17 @@ +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +!include $(%WXWIN)\src\makewat.env + +all: + wmake -f server.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + wmake -f client.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) + +clean: + wmake -f server.wat clean + wmake -f client.wat clean \ No newline at end of file diff --git a/samples/taskbar/makefile.wat b/samples/taskbar/makefile.wat index ed30288083..88489d3dce 100644 --- a/samples/taskbar/makefile.wat +++ b/samples/taskbar/makefile.wat @@ -6,7 +6,7 @@ # # # -PROGRAM = taskbar +PROGRAM = tbtest OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj # !include $(%WXWIN)\src\makeprog.wat