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.
18 lines
375 B
18 lines
375 B
TARGETOS=WIN95
|
|
APPVER=4.0
|
|
|
|
!include <ntwin32.mak>
|
|
|
|
all: dt_dll.dll
|
|
|
|
dt_dll.dll: dt_dll.obj huerror.obj handlers.obj dt_dll.res
|
|
$(link) $(linkdebug) $(dlllflags) \
|
|
-export:WSAPreApiNotify -export:WSAPostApiNotify \
|
|
-out:$*.dll $** $(guilibsdll)
|
|
|
|
|
|
.cpp.obj:
|
|
$(cc) $(cdebug) $(cflags) $(cvarsdll) $*.cpp
|
|
|
|
dt_dll.res: dt_dll.rc
|
|
$(rc) $(rcflags) $(rcvars) dt_dll.rc
|