mirror of https://github.com/tongzx/nt5src
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.
21 lines
280 B
21 lines
280 B
TARGETNAME=netmsg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
INCLUDES=$(O)
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
|
|
SOURCES= \
|
|
$(O)\netmsg.mc \
|
|
messages.rc
|
|
|
|
NTTARGETFILE0=$(O)\netmsg.mc
|