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.
52 lines
1.0 KiB
52 lines
1.0 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_NCW
|
|
C_DEFINES= $(C_DEFINES) -D_PERF_OPTIMIZATIONS
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\connissue.htm \
|
|
$(O)\rahelp.htm \
|
|
$(O)\rcscreen1.htm \
|
|
$(O)\rcscreen2.htm \
|
|
$(O)\rcscreen3.htm \
|
|
$(O)\rcscreen5.htm \
|
|
$(O)\rcscreen6_head.htm \
|
|
$(O)\rcscreen6.htm \
|
|
$(O)\rcscreen7.htm \
|
|
$(O)\rcscreen8.htm \
|
|
$(O)\rcscreen9.htm \
|
|
$(O)\rcscreen10.htm \
|
|
$(O)\rcStatus.htm \
|
|
$(O)\helpeeAccept.htm \
|
|
$(O)\RAStartPage.htm \
|
|
$(O)\RCMoreInfo.htm \
|
|
$(O)\Reminder.htm \
|
|
$(O)\LearnInternet.htm \
|
|
|
|
|
|
BINPLACE_PLACEFILE=
|