13 lines
182 B
Plaintext
13 lines
182 B
Plaintext
|
#
|
||
|
# Makefile for WATCOM
|
||
|
#
|
||
|
# Created by Julian Smart, January 1999
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
PROGRAM = resource
|
||
|
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
|
||
|
#
|
||
|
!include $(%WXWIN)\src\makeprog.wat
|