Added some makefiles for caret, scroll and drawing samples.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-05-27 20:38:29 +00:00
parent ca26177c30
commit 410cb77e91
24 changed files with 483 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
#
#
WXDIR = $(%WXWIN)
PROGRAM = scroll
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.wat