#
-# File: makefile.bcc
+# File: makefile.b32
# Author: Julian Smart
# Created: 1993
# Updated:
-# Copyright: (c) 1993, AIAI, University of Edinburgh
+# Copyright:
#
# "%W% %G%"
#
-# Makefile : Builds minimal example (DOS).
+# Makefile : Builds minimal example
# WXWIN and BCCDIR are set by parent make
OBJECTS = minimal.obj
-$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
+$(TARGET).exe: $(OBJECTS) $(TARGET).res
tlink32 $(LINKFLAGS) @&&!
c0w32.obj $(OBJECTS)
$(TARGET)
nul
$(LIBS)
$(TARGET).def
+$(TARGET).res
!
- brc32 -K $(TARGET).res
.$(SRCSUFF).obj:
bcc32 $(CPPFLAGS) -c {$< }