WindowsXP-SP1/admin/netui/nwc/nwc/sources
2020-09-30 16:53:49 +02:00

78 lines
1.7 KiB
Plaintext

!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:
Steve Wood (stevewo) 12-Apr-1989
Revision History:
Yi-Hsin Sung (YiHsinS) 25-Mar-1993
Templated from net\ui\admin\server\bin
!ENDIF
TARGETNAME=nwc
TARGETEXT=cpl
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=NwcCplDllInitialize
INCLUDES=..\XLATE; \
..\H; \
..\..\common\hack; \
..\..\COMMON\H; \
..\..\COMMON\XLATE; \
$(NET_INC_PATH);\
$(DS_INC_PATH);\
SOURCES= nwc.rc \
nwc.cxx \
nwgate.cxx \
nwshare.cxx \
nwccpl.cxx
TARGETLIBS= \
!IF "$(QFE_BUILD)" != "1"
$(PROJECT_ROOT)\netui\common\src\dll3\dll0\$(O)\netui0.lib \
$(PROJECT_ROOT)\netui\common\src\dll3\dll1\$(O)\netui1.lib \
$(PROJECT_ROOT)\netui\common\src\dll3\dll2\$(O)\netui2.lib \
!ELSE
$(SDK_LIB_PATH)\lmuicmn0.lib \
$(SDK_LIB_PATH)\lmuicmn1.lib \
!ENDIF
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(DS_LIB_PATH)\nwprovau.lib \
$(SDK_LIB_PATH)\htmlhelp.lib \
$(UI_COMMON_LIBS)
# C_DEFINES is controlled by uiglobal.mk
!IFDEF QFE_BUILD
NET_C_DEFINES=-DQFE_BUILD
!ENDIF
RCCODEPAGE=1252
USE_MSVCRT=1