Leaked source code of windows server 2003
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.
 
 
 
 
 
 

35 lines
510 B

!IF 0
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name: WSRemote.exe
Abstract:
Revision History:
!ENDIF
TARGETNAME=wsremote
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=\
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\ws2_32.lib
C_DEFINES=-DWIN32
!if !$(FREEBUILD)
C_DEFINES=$(C_DEFINES) -D_DEBUG
!else
C_DEFINES=$(C_DEFINES) -D_NDEBUG
!endif
UMTYPE=console
USE_MSVCRT=1
SOURCES=remote.c \
client.c \
server.c \
remote.rc