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

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name: WSRemote.exe
  4. Abstract:
  5. Revision History:
  6. !ENDIF
  7. TARGETNAME=wsremote
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. TARGETLIBS=\
  11. $(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\ws2_32.lib
  13. C_DEFINES=-DWIN32
  14. !if !$(FREEBUILD)
  15. C_DEFINES=$(C_DEFINES) -D_DEBUG
  16. !else
  17. C_DEFINES=$(C_DEFINES) -D_NDEBUG
  18. !endif
  19. UMTYPE=console
  20. USE_MSVCRT=1
  21. SOURCES=remote.c \
  22. client.c \
  23. server.c \
  24. remote.rc