source: trunk/testapp/exceptions/Makefile@ 10366

Last change on this file since 10366 was 5550, checked in by bird, 24 years ago

Initial hacking.

File size: 253 bytes
Line 
1# $Id: Makefile,v 1.1 2001-04-19 18:03:49 bird Exp $
2
3#
4# This is something at least :-)
5#
6#
7
8basic.exe \
9condexc.exe \
10ctrexc.exe \
11rethrow.exe \
12sample.exe: $(@B).cpp
13 wcl386 -xs -bt=nt -l=nt -d2 /hc /"option map" -I$(WATCOM)\h\nt $** /Fe=$@
14
15
16
Note: See TracBrowser for help on using the repository browser.