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.

41 lines
804 B

  1. !if 0
  2. Copyright (c) 1992-1996 Microsoft Corporation
  3. !endif
  4. MAJORCOMP=termsrv
  5. MINORCOMP=rdpsnd
  6. TARGETNAME=rdpsnd
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. NTPROFILEINPUT=yes
  11. # Define libs we need and where to find them
  12. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\advapi32.lib \
  14. $(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\winmm.lib \
  16. $(SDK_LIB_PATH)\winsta.lib \
  17. $(SDK_LIB_PATH)\psapi.lib
  18. INCLUDES=\
  19. ..\inc; \
  20. ..\rdpclip; \
  21. $(SDK_INC_PATH); \
  22. $(TERMSRV_INC_PATH); \
  23. SOURCES=rdpsnd.c \
  24. rdpwave.c \
  25. rdpsnd.rc
  26. USE_NTDLL=1
  27. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  28. # Set up the entry point
  29. DLLENTRY=DllInstanceInit