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.5 KiB
60 lines
1.5 KiB
TARGETNAME=wlbsctrl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
!IF "$(INTERNAL)"=="1"
|
|
!MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
|
|
C_DEFINES=$(C_DEFINES) -DINTERNAL
|
|
!ENDIF
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
#C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
UNICODE=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWLBSAPI_INTERNAL_ONLY
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLDEF=wlbsctrl.def
|
|
USE_MSVCRT=1
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
#
|
|
# Define this to get preprocessor output (creates files with ".i" extension)
|
|
#
|
|
# USER_C_FLAGS=$(USER_C_FLAGS) -P
|
|
#
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\iphlpapi.lib \
|
|
$(SDK_LIB_PATH)\rtutils.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
..\util\$(O)\wlbsutil.lib
|
|
|
|
#UMTYPE=console
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=\
|
|
cluster.cpp\
|
|
control.cpp\
|
|
params.cpp\
|
|
wrapper.cpp\
|
|
notification.cpp\
|
|
license.c\
|
|
version.rc
|
|
|
|
#
|
|
# The following statement specifies the list of files to be preprocessed
|
|
# for tracing macros. See http://coreos/tech/tracing/ for details.
|
|
# The ini file tracewpp.ini explains to the preprocessor how to interpret
|
|
# various trace macros, like LOG_CRIT.
|
|
#
|
|
RUN_WPP= cluster.cpp control.cpp params.cpp notification.cpp -dll -ini:tracewpp.ini
|