mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
275 B
10 lines
275 B
golf.obj : golf.c cards.h golf.h
|
|
cl -c -D LINT_ARGS -Gsw -Oas -W2 -Zp golf.c
|
|
|
|
golf.res : golf.rc cards.h golf.dlg
|
|
rc -r golf.rc
|
|
|
|
golf.exe : golf.obj golf.def golf.res
|
|
link /NOD golf, /align:16, /map, libw slibcew, golf
|
|
mapsym golf
|
|
rc golf.res
|