update for new watcom makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-02-26 10:58:34 +00:00
parent bbdcb4462a
commit 6f8f404d14
67 changed files with 826 additions and 905 deletions

View File

@@ -1,15 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = arttest #
OBJECTS = $(PROGRAM).obj artbrows.obj #
THISDIR = $(%WXWIN)\samples\artprov
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = artprov
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for calendar example (Watcom) #
# Created: 2000-01-03 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = calendar #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\calendar
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = calendar
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,15 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = dbtest #
OBJECTS = $(PROGRAM).obj listdb.obj #
THISDIR = $(%WXWIN)\samples\db
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = db
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

@@ -1,15 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = docview #
OBJECTS = $(PROGRAM).obj view.obj doc.obj #
THISDIR = $(%WXWIN)\samples\docview
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = docview
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,15 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = docview #
OBJECTS = $(PROGRAM).obj view.obj doc.obj #
THISDIR = $(%WXWIN)\samples\docvwmdi
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = docvwmdi
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for dragimag example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = dragimag #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\dragimag
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = dragimag
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for event example (Watcom) #
# Created: 2001-01-31 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = event #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\event
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = event
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for exec example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = exec #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\exec
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = exec
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for grid example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = grid #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\grid
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = grid
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for joytest example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = joytest #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\joytest
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = joytest
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,47 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
WXDIR = ..\.. # Created by Julian Smart, January 1999
#
!include $(WXDIR)\src\makewat.env #
#
WXLIB = $(WXDIR)\lib THISDIR = $(%WXWIN)\samples\mfc
NAME = hello #
LNK = $(name).lnk PROGRAM = mfc
OBJS = $(name).obj OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
# Required for multi-threaded MFC apps !include $(%WXWIN)\src\makeprog.wat
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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for minifram example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = minifram #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\minifram
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = minifram
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,14 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
OUTPUTDIR = Watcom # Created by Julian Smart, January 1999
#
PROGRAM = minimal #
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\minimal
!include $(%WXWIN)\src\makeprog.wat #
PROGRAM = minimal
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

@@ -1,13 +1,13 @@
# #
# Makefile for WATCOM # Makefile for WATCOM
# #
# # Created by Julian Smart, January 1999
#
WXDIR = $(%WXWIN) #
#
PROGRAM = griddemo THISDIR = $(%WXWIN)\samples\newgrid
OBJECTS = $(PROGRAM).obj #
PROGRAM = newgrid
!include $(WXDIR)\src\makeprog.wat OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for notebook example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = notebook #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\notebook
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = notebook
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for proplist example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = proplist #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\proplist
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = proplist
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for propsize example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = propsize #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\propsize
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = propsize
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for sashtest example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = sashtest #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\sashtest
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = sashtest
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for splitter example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = splitter #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\splitter
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = splitter
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for statbar example (Watcom) #
# Created: 2000-02-04 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = statbar #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\statbar
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = statbar
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for tab example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = tab #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\tab
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = tab
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

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

View File

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

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for thread example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = thread #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\thread
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = thread
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for toolbar example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = toolbar #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\toolbar
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = toolbar
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for treectrl example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = treetest #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\treectrl
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = treetest
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for treelay example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = treelay #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\treelay
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = treelay
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for typetest example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = typetest #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\typetest
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = typetest
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for validate example (Watcom) #
# Created: 2000-03-14 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = validate #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\validate
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = validate
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,15 +1,13 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
# #
# # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
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 #
THISDIR = $(%WXWIN)\samples\widgets
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = widgets
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat

View File

@@ -1,11 +1,13 @@
# Purpose: makefile for wizard example (Watcom) #
# Created: 2000-03-15 # Makefile for WATCOM
#
WXDIR = $(%WXWIN) # Created by Julian Smart, January 1999
#
PROGRAM = wizard #
OBJECTS = $(PROGRAM).obj #
THISDIR = $(%WXWIN)\samples\wizard
!include $(WXDIR)\src\makeprog.wat #
PROGRAM = wizard
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
#
!include $(%WXWIN)\src\makeprog.wat