Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1989-1996 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: 11-Oct-96 Now uses common.inc (t-erikne) Created by Bryan Tuttle (bryant) 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
R=.. !include $(R)\common.inc SOURCES_USED=$(SOURCES_USED) $(R)\common.inc
TARGETNAME=wab32 TARGETPATH=obj TARGETTYPE=DYNLINK
DLLDEF=wabapi.def DLLBASE=0x35c40000 DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\wab32.prf
DLLENTRY=DllEntryPoint
# BUGBUG (reinerf) - parameter validation is currently busted on IA64 # because the code is vtbl layout dependent and does not know how vtbl's # are arranged on IA64 !if $(IA64) C_DEFINES=$(C_DEFINES) -DNO_VALIDATION !endif
!if $(386) USE_NOLIBS=1 !else USE_NTDLL=1 !endif
INCLUDES=\ $(INCLUDES);\ $(ATHROOT)\cryptdlg
TARGETLIBS= \ $(ATHROOT)\msoert\$O\msoert2.lib \ $(BASEDIR)\public\sdk\lib\*\ole32.lib \ $(BASEDIR)\public\sdk\lib\*\advapi32.lib \ $(BASEDIR)\public\sdk\lib\*\gdi32.lib \ $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ $(BASEDIR)\public\sdk\lib\*\uuid.lib \ $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \ $(BASEDIR)\public\sdk\lib\*\shell32.lib \ $(BASEDIR)\public\sdk\lib\*\user32.lib \ $(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \ $(BASEDIR)\public\sdk\lib\*\msvcrt.lib \ $(ATHROOT)\mirlib\$O\mirror.lib \ $(BASEDIR)\public\sdk\lib\*\winspool.lib
SOURCES = \ abcont.c \ abroot.c \ advise.c \ ansiwrap.c \ certs.c \ cntxtmnu.c \ contable.c \ debug.c \ demand.c \ dial.c \ distlist.c \ dochost.c \ entry.c \ entryid.c \ fonts.c \ gllocal.c \ globals.c \ hotsync.c \ iadrbook.c \ idrgdrp.c \ initguid.c \ iprop.c \ iso8601.c \ itable.c \ ldapcont.c \ loalloc.c \ localeui.c \ mailuser.c \ mapidbg.c \ mapiutil.c \ me.c \ memory.c \ mpsmisc.c \ mpswab.c \ msvalid.c \ mutil.c \ nlstabs.c \ notify.c \ profiles.c \ proputil.c \ rk.c \ runt.c \ strtype.c \ ui_ext.c \ ui_abook.c \ ui_abort.c \ ui_addr.c \ ui_cflct.c \ ui_clbar.c \ ui_detls.c \ ui_dl.c \ ui_pwd.c \ ui_reslv.c \ ui_srch.c \ uimisc.c \ unkobj.c \ useragnt.c \ valcopy.c \ validate.c \ vcard.c \ wabapi.c \ wabguid.c \ wabimprt.c \ wabprint.c \ wrap.c \ wabapi.rc
UMTYPE=windows
NTTARGETFILES=
MISCFILES= \ ..\wabhelp\wab.hlp \ ..\wabhelp\wab.chm \ ..\wabhelp\oe_msgr.chm
PRECOMPILED_INCLUDE=_apipch.h
|