Last change
on this file since 475 was
49,
checked in by Sam Hocevar, 15 years ago
|
- Imported original public domain release, for future reference.
|
File size:
286 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | remap.exe : remap.obj putline.obj |
---|
6 | |
---|
7 | wlink @remap.lnk |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | remap.obj : remap.c |
---|
12 | |
---|
13 | set include=$(%WATCOM)\h;inc;../imlib/include;src/net/inc;src/net/unix;src/net/inc |
---|
14 | |
---|
15 | wpp386 remap.c -fo=remap.obj /omaxet /zp1 /zq /4r /ei /j |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | putline.obj : putline.asm |
---|
20 | |
---|
21 | tasm /mx putline.asm |
---|
22 | |
---|
23 | |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.