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