65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
PHP
!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
|