Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

63 lines
1.3 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:
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}