diff --git a/samples/artprov/makefile.wat b/samples/artprov/makefile.wat index af024efa8c..65731b6c6b 100644 --- a/samples/artprov/makefile.wat +++ b/samples/artprov/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = arttest -OBJECTS = $(PROGRAM).obj artbrows.obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\artprov +# +PROGRAM = artprov +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/calendar/makefile.wat b/samples/calendar/makefile.wat index 61ebd2d109..bff04c9307 100644 --- a/samples/calendar/makefile.wat +++ b/samples/calendar/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for calendar example (Watcom) -# Created: 2000-01-03 - -WXDIR = $(%WXWIN) - -PROGRAM = calendar -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\calendar +# +PROGRAM = calendar +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/caret/makefile.wat b/samples/caret/makefile.wat index a234176792..5ee9a7ee39 100644 --- a/samples/caret/makefile.wat +++ b/samples/caret/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = caret -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\caret +# +PROGRAM = caret +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/checklst/makefile.wat b/samples/checklst/makefile.wat index 1e219417b0..b942feebc3 100644 --- a/samples/checklst/makefile.wat +++ b/samples/checklst/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = checklst -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\checklst +# +PROGRAM = checklst +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/config/makefile.wat b/samples/config/makefile.wat index 5d7f4c3530..6fecbddbd5 100644 --- a/samples/config/makefile.wat +++ b/samples/config/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = conftest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\config +# +PROGRAM = config +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/controls/makefile.wat b/samples/controls/makefile.wat index db1d6cc5b6..38a493d610 100644 --- a/samples/controls/makefile.wat +++ b/samples/controls/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = controls -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\controls +# +PROGRAM = controls +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/db/makefile.wat b/samples/db/makefile.wat index c3d0e8772d..58028def5e 100644 --- a/samples/db/makefile.wat +++ b/samples/db/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = dbtest -OBJECTS = $(PROGRAM).obj listdb.obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\db +# +PROGRAM = db +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/dialogs/makefile.wat b/samples/dialogs/makefile.wat index f0d3b21081..4499dec2e1 100644 --- a/samples/dialogs/makefile.wat +++ b/samples/dialogs/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = dialogs -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\dialogs +# +PROGRAM = dialogs +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/dnd/makefile.wat b/samples/dnd/makefile.wat index 1379a8bb3c..26cda69727 100644 --- a/samples/dnd/makefile.wat +++ b/samples/dnd/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = dnd -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\dnd +# +PROGRAM = dnd +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/docview/makefile.wat b/samples/docview/makefile.wat index c701e12cc8..e870e08071 100644 --- a/samples/docview/makefile.wat +++ b/samples/docview/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = docview -OBJECTS = $(PROGRAM).obj view.obj doc.obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\docview +# +PROGRAM = docview +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/docvwmdi/makefile.wat b/samples/docvwmdi/makefile.wat index c701e12cc8..bc95b48e12 100644 --- a/samples/docvwmdi/makefile.wat +++ b/samples/docvwmdi/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = docview -OBJECTS = $(PROGRAM).obj view.obj doc.obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\docvwmdi +# +PROGRAM = docvwmdi +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/dragimag/makefile.wat b/samples/dragimag/makefile.wat index 8be0d5aec8..c295057418 100644 --- a/samples/dragimag/makefile.wat +++ b/samples/dragimag/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for dragimag example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = dragimag -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\dragimag +# +PROGRAM = dragimag +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/drawing/makefile.wat b/samples/drawing/makefile.wat index 91a4751a5e..92816b6349 100644 --- a/samples/drawing/makefile.wat +++ b/samples/drawing/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = drawing -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\drawing +# +PROGRAM = drawing +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/erase/makefile.wat b/samples/erase/makefile.wat index 4a36a715be..c16d5ac202 100644 --- a/samples/erase/makefile.wat +++ b/samples/erase/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = erase -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\erase +# +PROGRAM = erase +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/event/makefile.wat b/samples/event/makefile.wat index bdd01b8093..9e3caff19a 100644 --- a/samples/event/makefile.wat +++ b/samples/event/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for event example (Watcom) -# Created: 2001-01-31 - -WXDIR = $(%WXWIN) - -PROGRAM = event -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\event +# +PROGRAM = event +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/exec/makefile.wat b/samples/exec/makefile.wat index b81df8d74b..e6087b8f30 100644 --- a/samples/exec/makefile.wat +++ b/samples/exec/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for exec example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = exec -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\exec +# +PROGRAM = exec +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/font/makefile.wat b/samples/font/makefile.wat index 2668b9dc7f..770e3fd207 100644 --- a/samples/font/makefile.wat +++ b/samples/font/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = font -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\font +# +PROGRAM = font +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/grid/makefile.wat b/samples/grid/makefile.wat index 9d71a42089..ec3551948d 100644 --- a/samples/grid/makefile.wat +++ b/samples/grid/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for grid example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = grid -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\grid +# +PROGRAM = grid +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/help/makefile.wat b/samples/help/makefile.wat index 370b2fcc20..58d8514fec 100644 --- a/samples/help/makefile.wat +++ b/samples/help/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = demo -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\help +# +PROGRAM = help +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/about/makefile.wat b/samples/html/about/makefile.wat index 02018bbe57..830cb21085 100644 --- a/samples/html/about/makefile.wat +++ b/samples/html/about/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = about -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\about +# +PROGRAM = about +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/help/makefile.wat b/samples/html/help/makefile.wat index f49017db23..5a113ae5f1 100644 --- a/samples/html/help/makefile.wat +++ b/samples/html/help/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = help -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\help +# +PROGRAM = help +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/helpview/makefile.wat b/samples/html/helpview/makefile.wat index 89750a9cfb..aa3e83de75 100644 --- a/samples/html/helpview/makefile.wat +++ b/samples/html/helpview/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = helpview -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\helpview +# +PROGRAM = helpview +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/printing/makefile.wat b/samples/html/printing/makefile.wat index ebd7bff092..ad23f4f198 100644 --- a/samples/html/printing/makefile.wat +++ b/samples/html/printing/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = printing -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\printing +# +PROGRAM = printing +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/test/makefile.wat b/samples/html/test/makefile.wat index 81a83e42a9..aa7ab768cb 100644 --- a/samples/html/test/makefile.wat +++ b/samples/html/test/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = test -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\test +# +PROGRAM = test +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/virtual/makefile.wat b/samples/html/virtual/makefile.wat index c47938e66e..323b0e8536 100644 --- a/samples/html/virtual/makefile.wat +++ b/samples/html/virtual/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = virtual -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\virtual +# +PROGRAM = virtual +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/widget/makefile.wat b/samples/html/widget/makefile.wat index e8e59102d9..2106b3b4fa 100644 --- a/samples/html/widget/makefile.wat +++ b/samples/html/widget/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = widget -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\html\widget +# +PROGRAM = widget +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/html/zip/makefile.wat b/samples/html/zip/makefile.wat index 5a52da2bb3..25e02c2766 100644 --- a/samples/html/zip/makefile.wat +++ b/samples/html/zip/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = zip -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\zip +# +PROGRAM = zip +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/image/makefile.wat b/samples/image/makefile.wat index 3b6cb33829..538e911659 100644 --- a/samples/image/makefile.wat +++ b/samples/image/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = image -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\image +# +PROGRAM = image +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/internat/makefile.wat b/samples/internat/makefile.wat index 31181ee663..6520d0f6e2 100644 --- a/samples/internat/makefile.wat +++ b/samples/internat/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = internat -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\internat +# +PROGRAM = internat +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/joytest/makefile.wat b/samples/joytest/makefile.wat index 8d1fd19ea3..c54bff73ed 100644 --- a/samples/joytest/makefile.wat +++ b/samples/joytest/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for joytest example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = joytest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\joytest +# +PROGRAM = joytest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/keyboard/makefile.wat b/samples/keyboard/makefile.wat index 1ccb77e514..5dc1c5ed57 100644 --- a/samples/keyboard/makefile.wat +++ b/samples/keyboard/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = keyboard -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\keyboard +# +PROGRAM = keyboard +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/layout/makefile.wat b/samples/layout/makefile.wat index a4b3f2e8f9..f4392090f5 100644 --- a/samples/layout/makefile.wat +++ b/samples/layout/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = layout -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\layout +# +PROGRAM = layout +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/listctrl/makefile.wat b/samples/listctrl/makefile.wat index 8edb3a5682..6387d6914a 100644 --- a/samples/listctrl/makefile.wat +++ b/samples/listctrl/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = listtest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\listctrl +# +PROGRAM = listtest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/mdi/makefile.wat b/samples/mdi/makefile.wat index 8df592246e..548d81fe60 100644 --- a/samples/mdi/makefile.wat +++ b/samples/mdi/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = mdi -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\mdi +# +PROGRAM = mdi +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/memcheck/makefile.wat b/samples/memcheck/makefile.wat index abc4235cea..064fb756ad 100644 --- a/samples/memcheck/makefile.wat +++ b/samples/memcheck/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = memcheck -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\memcheck +# +PROGRAM = memcheck +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/menu/makefile.wat b/samples/menu/makefile.wat index f8a70f9ad5..f87c410583 100644 --- a/samples/menu/makefile.wat +++ b/samples/menu/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = menu -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\menu +# +PROGRAM = menu +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/mfc/makefile.wat b/samples/mfc/makefile.wat index 965f13eb9a..30821faf97 100644 --- a/samples/mfc/makefile.wat +++ b/samples/mfc/makefile.wat @@ -1,47 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = ..\.. - -!include $(WXDIR)\src\makewat.env - -WXLIB = $(WXDIR)\lib -NAME = hello -LNK = $(name).lnk -OBJS = $(name).obj - -# Required for multi-threaded MFC apps -EXTRACPPFLAGS = -bm -oaxt-zp4-ei-xs-zo-w3-bm-bt=nt -d_WINDOWS -d_MBCS -refmain = _wstart2_ - - -PRECOMP= - -all: $(name).exe - -$(name).exe : $(OBJS) $(name).res $(LNK) $(WXLIB)\wx$(LEVEL).lib - wlink @$(LNK) - $(BINDCOMMAND) -d_MBCS $(name).res - -$(name).res : $(name).rc $(WXDIR)\include\msw\wx.rc - $(RC) $(RESFLAGS1) $(name).rc - -$(LNK) : makefile.wat - %create $(LNK) - @%append $(LNK) debug all - @%append $(LNK) system $(LINKOPTION) - @%append $(LNK) $(MINDATA) - @%append $(LNK) $(MAXDATA) - @%append $(LNK) $(STACK) - @%append $(LNK) name $(name) - @%append $(LNK) file $(WXLIB)\wx$(LEVEL).lib - @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i - @for %i in ($(OBJS)) do @%append $(LNK) file %i - -clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch *.lib *.lnk *.res *.exe *.rex - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\mfc +# +PROGRAM = mfc +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/minifram/makefile.wat b/samples/minifram/makefile.wat index 68110112c2..2c78090396 100644 --- a/samples/minifram/makefile.wat +++ b/samples/minifram/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for minifram example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = minifram -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\minifram +# +PROGRAM = minifram +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/minimal/makefile.wat b/samples/minimal/makefile.wat index 5403a604f8..c1b36975b3 100644 --- a/samples/minimal/makefile.wat +++ b/samples/minimal/makefile.wat @@ -1,14 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -OUTPUTDIR = Watcom - -PROGRAM = minimal -OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj - -!include $(%WXWIN)\src\makeprog.wat - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\minimal +# +PROGRAM = minimal +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/nativdlg/makefile.wat b/samples/nativdlg/makefile.wat index 4cbb79e714..14f4fdc2e7 100644 --- a/samples/nativdlg/makefile.wat +++ b/samples/nativdlg/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = nativdlg -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\nativdlg +# +PROGRAM = nativdlg +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/newgrid/makefile.wat b/samples/newgrid/makefile.wat index b13250e211..cc94f572a4 100644 --- a/samples/newgrid/makefile.wat +++ b/samples/newgrid/makefile.wat @@ -1,13 +1,13 @@ -# -# Makefile for WATCOM -# -# - -WXDIR = $(%WXWIN) - -PROGRAM = griddemo -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\newgrid +# +PROGRAM = newgrid +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/notebook/makefile.wat b/samples/notebook/makefile.wat index d121835cc3..170ab660e4 100644 --- a/samples/notebook/makefile.wat +++ b/samples/notebook/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for notebook example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = notebook -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\notebook +# +PROGRAM = notebook +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/oleauto/makefile.wat b/samples/oleauto/makefile.wat index 994a25ce15..542b91bfe4 100644 --- a/samples/oleauto/makefile.wat +++ b/samples/oleauto/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = oleauto -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\oleauto +# +PROGRAM = oleauto +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/ownerdrw/makefile.wat b/samples/ownerdrw/makefile.wat index 4e6a3d8867..09b79923a7 100644 --- a/samples/ownerdrw/makefile.wat +++ b/samples/ownerdrw/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = ownerdrw -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\ownerdrw +# +PROGRAM = ownerdrw +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/png/makefile.wat b/samples/png/makefile.wat index 65bdeb731d..b7e05a69f0 100644 --- a/samples/png/makefile.wat +++ b/samples/png/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = pngdemo -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\png +# +PROGRAM = png +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/printing/makefile.wat b/samples/printing/makefile.wat index ebd7bff092..a2f9815c10 100644 --- a/samples/printing/makefile.wat +++ b/samples/printing/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = printing -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\printing +# +PROGRAM = printing +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/proplist/makefile.wat b/samples/proplist/makefile.wat index b2a02cf03d..65f38d1c04 100644 --- a/samples/proplist/makefile.wat +++ b/samples/proplist/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for proplist example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = proplist -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\proplist +# +PROGRAM = proplist +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/propsize/makefile.wat b/samples/propsize/makefile.wat index f2cfc53c1d..e2786e7aa5 100644 --- a/samples/propsize/makefile.wat +++ b/samples/propsize/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for propsize example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = propsize -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\propsize +# +PROGRAM = propsize +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/regtest/makefile.wat b/samples/regtest/makefile.wat index b673bbc73e..d740d57afc 100644 --- a/samples/regtest/makefile.wat +++ b/samples/regtest/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = regtest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\regtest +# +PROGRAM = regtest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/resource/makefile.wat b/samples/resource/makefile.wat index a2041fd638..399968055d 100644 --- a/samples/resource/makefile.wat +++ b/samples/resource/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = resource -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\resource +# +PROGRAM = resource +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/rotate/makefile.wat b/samples/rotate/makefile.wat index ca68b34968..057d6b1bd8 100644 --- a/samples/rotate/makefile.wat +++ b/samples/rotate/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = rotate -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\rotate +# +PROGRAM = rotate +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/sashtest/makefile.wat b/samples/sashtest/makefile.wat index ddb80f3233..d6b4708f80 100644 --- a/samples/sashtest/makefile.wat +++ b/samples/sashtest/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for sashtest example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = sashtest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\sashtest +# +PROGRAM = sashtest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/scroll/makefile.wat b/samples/scroll/makefile.wat index 1db3a07c59..a8de3f4d21 100644 --- a/samples/scroll/makefile.wat +++ b/samples/scroll/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = scroll -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\scroll +# +PROGRAM = scroll +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/scrollsub/makefile.wat b/samples/scrollsub/makefile.wat index b64d0c9a09..d266220d26 100644 --- a/samples/scrollsub/makefile.wat +++ b/samples/scrollsub/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = scrollsub -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\scrollsub +# +PROGRAM = scrollsub +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/splitter/makefile.wat b/samples/splitter/makefile.wat index a923a2c3df..2376ca1e71 100644 --- a/samples/splitter/makefile.wat +++ b/samples/splitter/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for splitter example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = splitter -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\splitter +# +PROGRAM = splitter +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/statbar/makefile.wat b/samples/statbar/makefile.wat index aa552730f8..59d38b7ed0 100644 --- a/samples/statbar/makefile.wat +++ b/samples/statbar/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for statbar example (Watcom) -# Created: 2000-02-04 - -WXDIR = $(%WXWIN) - -PROGRAM = statbar -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\statbar +# +PROGRAM = statbar +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/tab/makefile.wat b/samples/tab/makefile.wat index cab5746fd5..c7d93a7005 100644 --- a/samples/tab/makefile.wat +++ b/samples/tab/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for tab example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = tab -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\tab +# +PROGRAM = tab +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/taskbar/makefile.wat b/samples/taskbar/makefile.wat index 9c96500280..286fe1d3b3 100644 --- a/samples/taskbar/makefile.wat +++ b/samples/taskbar/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = tbtest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\taskbar +# +PROGRAM = taskbar +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/text/makefile.wat b/samples/text/makefile.wat index 6ba2275933..d576ebdd1d 100644 --- a/samples/text/makefile.wat +++ b/samples/text/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = text -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\text +# +PROGRAM = text +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/thread/makefile.wat b/samples/thread/makefile.wat index d5741fd111..eff3ec7f39 100644 --- a/samples/thread/makefile.wat +++ b/samples/thread/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for thread example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = thread -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\thread +# +PROGRAM = thread +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/toolbar/makefile.wat b/samples/toolbar/makefile.wat index 95c26443ed..f996721fb7 100644 --- a/samples/toolbar/makefile.wat +++ b/samples/toolbar/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for toolbar example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = toolbar -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\toolbar +# +PROGRAM = toolbar +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/treectrl/makefile.wat b/samples/treectrl/makefile.wat index 5125f13c6b..7fffdbf9a3 100644 --- a/samples/treectrl/makefile.wat +++ b/samples/treectrl/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for treectrl example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = treetest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\treectrl +# +PROGRAM = treetest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/treelay/makefile.wat b/samples/treelay/makefile.wat index 6862812f07..a00f19125a 100644 --- a/samples/treelay/makefile.wat +++ b/samples/treelay/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for treelay example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = treelay -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\treelay +# +PROGRAM = treelay +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/typetest/makefile.wat b/samples/typetest/makefile.wat index 8efc4d6a0c..8153422b86 100644 --- a/samples/typetest/makefile.wat +++ b/samples/typetest/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for typetest example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = typetest -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\typetest +# +PROGRAM = typetest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/validate/makefile.wat b/samples/validate/makefile.wat index 94a59068a1..49fb27b003 100644 --- a/samples/validate/makefile.wat +++ b/samples/validate/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for validate example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = validate -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\validate +# +PROGRAM = validate +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/widgets/makefile.wat b/samples/widgets/makefile.wat index 282c5077ef..2dd724c38c 100644 --- a/samples/widgets/makefile.wat +++ b/samples/widgets/makefile.wat @@ -1,15 +1,13 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 # -# - -WXDIR = $(%WXWIN) - -PROGRAM = widgets -OBJECTS = $(PROGRAM).obj button.obj combobox.obj gauge.obj listbox.obj notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj - -!include $(WXDIR)\src\makeprog.wat - - +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\widgets +# +PROGRAM = widgets +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat diff --git a/samples/wizard/makefile.wat b/samples/wizard/makefile.wat index b281b5eb48..617bd3380b 100644 --- a/samples/wizard/makefile.wat +++ b/samples/wizard/makefile.wat @@ -1,11 +1,13 @@ -# Purpose: makefile for wizard example (Watcom) -# Created: 2000-03-15 - -WXDIR = $(%WXWIN) - -PROGRAM = wizard -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +THISDIR = $(%WXWIN)\samples\wizard +# +PROGRAM = wizard +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat