!IF 0 Copyright (c) 1995-1995 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. History: Created 25-Apr-95 by Bruce Forstall (brucefo) from template of 27-Sep-94 by Bob Day (bobday) from template created 12-Apr-1990 by Steve Wood (stevewo) NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl !ENDIF UMTYPE= windows TARGETNAME= ntlanui2 TARGETPATH= obj TARGETTYPE= DYNLINK DLLDEF= $(O)\app.def DLLENTRY= _DllMainCRTStartup USE_MSVCRT=1 C_DEFINES= $(C_DEFINES) -DINC_OLE2 -DUNICODE -D_UNICODE # Make warnings equivalent to errors !IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX INCLUDES=\ $(O); \ ..\debug; TARGETLIBS=\ ..\debug\$(O)\debug.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\netapi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib CONDITIONAL_INCLUDES=\ app.rc2 \ afxres.h SOURCES=\ messages.mc \ dllmain.cxx \ pages.cxx \ ext.cxx \ ole.cxx \ util.cxx \ app.rc PASS0_SOURCEDIR=$(O) PASS0_HEADERDIR=$(O) PRECOMPILED_INCLUDE=headers.hxx PRECOMPILED_CXX=1 NTTARGETFILES=