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.
 
 
 
 
 
 

64 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.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
USE_NOLIBS=1
MAJORCOMP=ntos
MINORCOMP=efi
EFI_ROOT=$(PROJECT_ROOT)\efiutil\sdk
TARGETNAME=efifmt
TARGETPATH=obj
TARGETTYPE=LIBRARY
386_STDCALL=0
UMENTRYABS=InitializeEfiFmtApplication
MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) /Gs1048576
SOURCES=..\efifmt.cxx ..\efifmt.rc
INCLUDES= ..\..\efilib\src; \
..\..\efilib\src\$(ALT_PROJECT); \
..\..\efilib\efiinc; \
..\..\efilib\inc ; \
$(EFI_ROOT)\inc; \
!if $(IA64)
$(EFI_ROOT)\inc\ia64;\
!else
$(EFI_ROOT)\inc\ia32;\
!endif
$(EFI_ROOT)\shell\inc
C_DEFINES=-DCONDITION_HANDLING=1 -D_EFICHECK_=1 -DUNICODE=1
!if "$(NTDEBUG)" == "cvp" || "$(NTDEBUG)" == "ntsd"
C_DEFINES=$(C_DEFINES) -DEFI_DEBUG=1
!ENDIF
UMTYPE=console
DLLDEF=
W32_SB=1
SOURCES_USED=..\sources.inc
NTTARGETFILES=$(O)\$(TARGETNAME).efi