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.
14 lines
252 B
14 lines
252 B
CPS_ROOT=$(PROJECT_ROOT)\rras\cps
|
|
!include $(CPS_ROOT)\sources.inc
|
|
|
|
TARGETNAME=pbsvrmsg
|
|
TARGETPATH=$(CPS_BUILD_ROOT)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
PASS0_HEADERDIR=$(CPS_ROOT)\inc\$(O)
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
SOURCES=\
|
|
pbmsg2.rc \
|
|
pbsvrmsg.mc
|
|
|