2025-04-27 07:49:33 -04:00

30 lines
456 B
Plaintext

!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=client
MINORCOMP=recli
TARGETNAME=recli
TARGETTYPE=PROGRAM
UMTYPE=console
UMENTRY=wmain
SOURCES= \
reclient.c \
main.cpp \
ver.rc \
INCLUDES= \
$(WINDOWS_INC_PATH); \
TARGETLIBS= \
$(SDKLIBPATH)\ntdll.lib \
!INCLUDE $(INETROOT)\build\sources.all