56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
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:
|
||
|
|
||
|
Ted Miller (tedm) 19-Feb-1991
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP=sdktools
|
||
|
MINORCOMP=extag
|
||
|
|
||
|
TARGETNAME=moveme
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
INCLUDES=..\..\inc;
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
SOURCES=moveme.c \
|
||
|
moveui.c \
|
||
|
debug.c \
|
||
|
util.c \
|
||
|
res.rc
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(SDK_LIB_PATH)\userenv.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib \
|
||
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
||
|
$(SDK_LIB_PATH)\samlib.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\Cryptdll.lib \
|
||
|
$(SECURITY_LIB_PATH)\dsysdbg.lib
|
||
|
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=wmain
|
||
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|