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.
30 lines
540 B
30 lines
540 B
MAJORCOMP=SDKTOOLS
|
|
MINORCOMP=remote
|
|
|
|
TARGETNAME=remote
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib
|
|
|
|
#
|
|
# The INCLUDES variable specifies any include paths that are specific to
|
|
# this source directory. Separate multiple directory paths with single
|
|
# semicolons. Relative path specifications are okay.
|
|
#
|
|
|
|
INCLUDES=.
|
|
|
|
386_OPTIMIZATION=/Od
|
|
|
|
C_DEFINES=-DINTERNALUSECOMPONENT
|
|
|
|
SOURCES=remote.c \
|
|
server.c \
|
|
client.c \
|
|
advert.c \
|
|
remote.rc
|
|
|
|
386_STDCALL=0
|
|
|
|
UMTYPE=console
|