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.
29 lines
519 B
29 lines
519 B
!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 $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=Client
|
|
MINORCOMP=ERSLD
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
|
|
SOURCES=
|
|
|
|
|
|
# makefile.def will binplace any file listed in the MISCFILES macro.
|
|
|
|
MISCFILES = \
|
|
Error_Reporting_{9DF44A54-3CEA-4C56-B6B5-8D9669BF4EA8}.sld \
|
|
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|