Source code of Windows XP (NT5)
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.

48 lines
658 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name: WSRemote.exe
  4. Abstract:
  5. Revision History:
  6. !ENDIF
  7. MAJORCOMP=SDKTOOLS
  8. MINORCOMP=wsremote
  9. TARGETNAME=wsremote
  10. TARGETPATH=obj
  11. TARGETTYPE=PROGRAM
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\ws2_32.lib
  15. #DEBUG
  16. #USE_PDB=1
  17. #NTDEBUG=ntsd
  18. #NTDEBUGTYPE=both
  19. #MSC_OPTIMIZATION=-Odi
  20. 386_STDCALL=0
  21. #C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  22. C_DEFINES=-DWIN32
  23. !if !$(FREEBUILD)
  24. C_DEFINES=$(C_DEFINES) -D_DEBUG
  25. !else
  26. C_DEFINES=$(C_DEFINES) -D_NDEBUG
  27. !endif
  28. #UMENTRY=wmain
  29. UMTYPE=console
  30. USE_MSVCRT=1
  31. SOURCES=remote.c \
  32. client.c \
  33. server.c \
  34. remote.rc