2025-04-27 07:49:33 -04:00

62 lines
1.5 KiB
Plaintext

!IF 0
Copyright (c) 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.
!ENDIF
TARGETNAME=OEMUI
TARGETPATH=..
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
DLLBASE=0x50000000
USE_MSVCRT=1
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
# To build version with debug output, add -DDEBUG to C_DEFINES line below
!if defined(WINNT_40) # NT4 kernel-mode driver
C_DEFINES=$(C_DEFINES) -DUSERMODE_DRIVER -D_UNICODE -DUNICODE -DWINNT_40
!else # NT5 Drivers
C_DEFINES=$(C_DEFINES) -DUSERMODE_DRIVER -D_UNICODE -DUNICODE
!endif
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\uuid.lib
INCLUDES=.;$(SDK_INC_PATH)\MFC42
!if defined(WINNT_40)
INCLUDES=$(INCLUDES);..\nt4\inc
!endif
SOURCES= intrface.cpp \
dllentry.cpp \
debug.cpp \
devmode.cpp \
globals.cpp \
OEMUI.cpp \
OEMUI.rc