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.
62 lines
1.3 KiB
62 lines
1.3 KiB
!IF 0
|
|
|
|
The bindrop directory is a drop point for binaries (dll, lib, exe) that are
|
|
not built, but need to be binplaced.
|
|
|
|
!ENDIF
|
|
|
|
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(_NTROOT)\admin\pchealth\build\paths.all
|
|
!endif
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=
|
|
|
|
!undef NTDBGFILES
|
|
|
|
INCLUDES=\
|
|
..\include
|
|
|
|
SOURCES=
|
|
!if "$(FREEBUILD)" != "1"
|
|
C_DEFINES= $(C_DEFINES) -DDEBUG
|
|
!endif
|
|
|
|
C_DEFINES= $(C_DEFINES) -D_VOIPENABLED
|
|
C_DEFINES= $(C_DEFINES) -D_PERF_OPTIMIZATIONS
|
|
C_DEFINES= $(C_DEFINES) -D_STRUCT_ERR
|
|
C_DEFINES= $(C_DEFINES) -D_ONBEFORE_CONNECT
|
|
C_DEFINES= $(C_DEFINES) -D_PROGRESS
|
|
C_DEFINES= $(C_DEFINES) -D_EXTRA_ARGUMENT
|
|
C_DEFINES= $(C_DEFINES) -D_ASYNC_EVTS
|
|
|
|
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\RAClient.htm \
|
|
$(O)\RAChatServer.htm \
|
|
$(O)\RAStatusBar.htm \
|
|
$(O)\RAServerToolBar.htm \
|
|
$(O)\RAChatClient.htm \
|
|
$(O)\rcfilexfer.htm \
|
|
$(O)\unsolicitedrcui.htm \
|
|
$(O)\RAServer.htm \
|
|
$(O)\rctoolScreen1.htm \
|
|
$(O)\setting.htm \
|
|
$(O)\settingserver.htm \
|
|
$(O)\errormsgs.htm \
|
|
$(O)\RAToolBar.htm \
|
|
$(O)\TakeControlMsgs.htm \
|
|
$(O)\VOIPMsgs.htm \
|
|
$(O)\DividerBar1.htm \
|
|
$(O)\common.js \
|
|
$(O)\RAServer.js \
|
|
$(O)\constants.js \
|
|
$(O)\RAClient.js \
|
|
$(O)\RAControl.js \
|
|
|
|
|
|
BINPLACE_PLACEFILE=
|