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.
60 lines
1.2 KiB
60 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
C. Brent Thomas (a-brentt) 23-Mar-1998
|
|
|
|
Eliminated the use of the ALT_PROJECT_TARGET macro.
|
|
|
|
!ENDIF
|
|
|
|
BASEONLY=0
|
|
VERBOSE=1
|
|
|
|
TARGETNAME=timeserv
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
|
|
BINPLACE_PLACEFILE=$(PROJECT_ROOT)\cluster\placefil.txt
|
|
|
|
INCLUDES= .;..\inc;..\..\inc;$(O)
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE -DBASEONLY=$(BASEONLY) -DVERBOSE=$(VERBOSE)
|
|
|
|
SOURCES= \
|
|
timemsg.mc \
|
|
timeserv.rc \
|
|
timeserv.c \
|
|
timeini.c \
|
|
timenet.c
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\winmm.lib
|
|
|
|
USE_MSVCRT=1
|