mirror of https://github.com/lianthony/NT4.0
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.
53 lines
1014 B
53 lines
1014 B
!IF 0
|
|
|
|
Copyright (c) 1989 - 1991 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.
|
|
|
|
|
|
Author:
|
|
|
|
Ganesh Pandey
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
BINPLACE_PLACEFILE = ..\placefil.txt
|
|
DLLBASE=@..\coffbase.txt,HP5SIM
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=hp5sim
|
|
|
|
TARGETNAME=hp5sim
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\win32k.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\libcntpr.lib
|
|
|
|
INCLUDES=.;..;..\..;..\..\inc;$(BASEDIR)\public\oak\inc
|
|
C_DEFINES=-DUNICODE -DKM
|
|
|
|
SOURCES=kmfuncs.c \
|
|
..\devmode.c \
|
|
..\regApi.c \
|
|
..\kmumsdef.c \
|
|
code.c \
|
|
dbg.c \
|
|
jdhandle.c \
|
|
pjl.c \
|
|
hp5sim.rc
|
|
|
|
USE_NOLIBS=1
|
|
|
|
PRECOMPILED_INCLUDE=hp5sipch.h
|
|
PRECOMPILED_PCH=hp5sipch.pch
|
|
PRECOMPILED_OBJ=hp5sipch.obj
|