112 lines
2.2 KiB
PHP
112 lines
2.2 KiB
PHP
# 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
|
|
|
|
|