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.

41 lines
750 B

  1. #
  2. # Soundblaster test application
  3. #
  4. # Removed obj\*\sbtest.lib from the UMLIBS section - MikeTri 040392
  5. #
  6. # Define name and type of application
  7. TARGETNAME=sbtest
  8. TARGETTYPE=PROGRAM
  9. TARGETPATH=..\obj
  10. TARGETLIBS=
  11. SOURCES=sbtest.c \
  12. about.c \
  13. record.c \
  14. pos.c \
  15. playfile.c \
  16. options.c \
  17. callback.c \
  18. inst.c \
  19. init.c \
  20. keyb.c \
  21. riff.c \
  22. wpf.c \
  23. sbtest.rc
  24. UMTYPE=windows
  25. # UMAPPL=sbtest
  26. UMLIBS=obj\*\sbtest.res \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\gdi32.lib \
  29. $(SDK_LIB_PATH)\winmm.lib \
  30. $(SDK_LIB_PATH)\comdlg32.lib\
  31. $(SDK_LIB_PATH)\kernel32.lib