Last change
on this file since 201 was 134, checked in by bird, 22 years ago |
Early coding.
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
367 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | all: Optlink-1.exe
|
---|
4 |
|
---|
5 | Optlink-1.exe: Optlink-1-asm.obj Optlink-1.obj
|
---|
6 | gcc -g -Zomf -Zmap -Zlinker "/MAP:FULL" -o $@ Optlink-1-asm.obj Optlink-1.obj
|
---|
7 |
|
---|
8 | Optlink-1-asm.obj: Optlink-1-asm.asm
|
---|
9 | ../tools/x86.os2/masm/v6.0/binp/ml.exe -c /Zi $<
|
---|
10 |
|
---|
11 | Optlink-1.obj: Optlink-1.c
|
---|
12 | gcc -c -g -Zomf -o $@ $<
|
---|
13 |
|
---|
14 |
|
---|
15 | clean:
|
---|
16 | rm -f Optlink-1*.obj Optlink-1*.exe Optlink-1*.map Optlink-1*.o
|
---|
Note:
See
TracBrowser
for help on using the repository browser.