49 lines
843 B
Plaintext
49 lines
843 B
Plaintext
|
!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.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Mike Swift (mikesw) 2-16-94
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
TARGETNAME=mepsetup
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
|
||
|
INCLUDES=.
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
||
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
||
|
$(BASEDIR)\public\sdk\lib\*\user32.lib
|
||
|
|
||
|
|
||
|
SOURCES= mepsetup.c \
|
||
|
res.rc
|
||
|
|
||
|
SUBSYSTEM_VERSION=4.00
|
||
|
NOT_LEAN_AND_MEAN=1
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
||
|
|