Don't set a normal cursor for the frame, set the NULL cursor, else
[wxWidgets.git] / samples / thread / makefile.wat
index 81a83e42a9fbbe144c5dfef0f52fae312124c84f..d5741fd111a784cd9d009f2d7804abb74b3fed57 100644 (file)
@@ -1,13 +1,9 @@
-#
-# Makefile for WATCOM
-#
-# Created by Julian Smart, January 1999
-# 
-#
+# Purpose: makefile for thread example (Watcom)
+# Created: 2000-03-15
 
 WXDIR = $(%WXWIN)
 
-PROGRAM = test
+PROGRAM = thread
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.wat