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.
|
|
# SOURCES.INC # # Common portions of SOURCES files used in both the Ansi and Unicode # subdirectories of NMUTIL. # # The SOURCES_SUBDIR variable must be defined in the including SOURCES # file for this INC file to work.
!ifndef SOURCES_SUBDIR !error Your .\sources. file must define the SOURCES_SUBDIR= macro !endif
!include $(DEVROOT)\common.inc
MAJORCOMP=common MINORCOMP=$(SOURCES_SUBDIR)
TARGETNAME=$(SOURCES_SUBDIR) TARGETPATH=$(_OBJ_DIR) TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DOS_WIN95 ASM_DEFINES=$(ASM_DEFINES)
386_STDCALL=1
# Always enable intrinsics USER_C_FLAGS=/Oi
# # MIDL-generated header file #
USER_INCLUDES=uls2.h
# # Parameters for MIDL #
IDL_TYPE=ole PASS0_HEADERDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)\$(O) PASS0_SOURCEDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)\$(O) MIDL_UUIDDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)\$(O)
# # List of sources #
SOURCES=uls2.idl \ ..\bstring.cpp \ ..\borderwindow.cpp \ ..\button.cpp \ ..\centwnd.cpp \ ..\combobox.cpp \ ..\cstring.cpp \ ..\custring.cpp \ ..\dbg.cpp \ ..\debspew.cpp \ ..\dllutil.cpp \ ..\edittext.cpp \ ..\genwindow.cpp \ ..\intlutil.cpp \ ..\memory.cpp \ ..\nmdsprv.cpp \ ..\nmhelp.cpp \ ..\oblist.cpp \ ..\olevalid.c \ ..\oprahcom.cpp \ ..\ping.cpp \ ..\procutil.cpp \ ..\purecall.cpp \ ..\referenc.cpp \ ..\regentry.cpp \ ..\resstr.cpp \ ..\strutil.cpp \ ..\strtohex.cpp \ ..\toolbar.cpp \ ..\hextostr.cpp \ ..\utf8str.cpp \ ..\valid.cpp \ ..\mlzdbg.cpp \ ..\evtlog.cpp \ ..\hash.cpp \ ..\bestintf.cpp
i386_SOURCES=\ ..\i386\procid.asm \ ..\i386\seh.c
# # Precompiled specs #
PRECOMPILED_INCLUDE = ..\precomp.h PRECOMPILED_PCH = precomp.pch PRECOMPILED_OBJ = precomp.obj PRECOMPILED_CXX = 1
CONDITIONAL_INCLUDES = \ subwtype.h \ macocidl.h \ macwin32.h \ rpcerr.h \ rpcmac.h \ winwlm.h \ macname1.h \ macname2.h \ macpub.h \ macapi.h
|