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.
13 lines
319 B
13 lines
319 B
#
|
|
# Makefile for port16.lib - build in Win30 or Win31 environment!!!
|
|
#
|
|
|
|
TARG=\nt\public\sdk\lib
|
|
|
|
all: $(TARG)\win30\pwin16.lib
|
|
|
|
pwin16.obj: pwin16.c
|
|
cl -DWIN16 -W3 -c -u -Gsw -ASw -Zep -Ot pwin16.c
|
|
|
|
\nt\public\sdk\lib\win30\pwin16.lib: pwin16.obj
|
|
lib $(TARG)\win30\pwin16.lib /NOE -+pwin16.obj;
|