|
|
!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:
Jon Newman (jonn) 22-Jan-1996 templated from PaulaT's example
!ENDIF
MAJORCOMP = profext
TARGETPATH=obj TARGETNAME= profext TARGETTYPE=DYNLINK
UMTYPE=windows
DLLENTRY=_DllMainCRTStartup DLLDEF=profext.def
USE_MSVCRT=1
INCLUDES= ..\common\h;
TARGETLIBS= \ $(SDK_LIB_PATH)\netlib.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\setupapi.lib \ $(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
SOURCES= profext.cxx \ profext.rc
CONDITIONAL_INCLUDES=icanon.h
PASS1_PUBLISH= \ {$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
|