-# 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
+#
+#
+#
+#
+PROGRAM = notebook
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
+#
+!include $(%WXWIN)\src\makeprog.wat