Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

69 lines
1.6 KiB

!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 14th OCT 1996
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
DLLBASE=@..\coffbase.txt,HP5SIMUI
BINPLACE_PLACEFILE = ..\placefil.txt
!ENDIF
MAJORCOMP=windows
MINORCOMP=hp5simui
MSC_WARNING_LEVEL=/W3 /WX
TARGETNAME=hp5simui
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\winspool.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
$(BASEDIR)\public\sdk\lib\*\win32k.lib
C_DEFINES=-DUNICODE -DUSEFLOATS -DUI
DLLENTRY=DllInitialize
INCLUDES=.;..;..\..\..\lib;..\..\inc;.\MBDial;$(BASEDIR)\public\sdk\inc\mfc42
NTPROFILEINPUT=yes
SOURCES=..\devmode.c \
..\kmumsdef.c \
..\regApi.c \
commonui.c \
debug.c \
docdeflt.c \
initdll.c \
mbdial.c \
ppsui.c \
treemod.c \
uimdm.c \
umregApi.c \
hp5simui.rc
PRECOMPILED_INCLUDE=hp5sipch.h
PRECOMPILED_PCH=hp5sipch.pch
PRECOMPILED_OBJ=hp5sipch.obj
UMTYPE=console
UMLIBS= $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib