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.

39 lines
631 B

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author:
  10. Laurie Griffiths Mar 92
  11. !ENDIF
  12. TARGETNAME=lowpass
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. TARGETLIBS=
  16. UMENTRY=winmain
  17. # Define WIN32 for a 32-bit version
  18. C_DEFINES=-DWIN32 -DDEBUG=DBG
  19. SOURCES=lowpass.c \
  20. lowpass.rc
  21. UMTYPE=windows
  22. UMAPPL=lowpass
  23. UMLIBS=obj\*\lowpass.res \
  24. $(SDK_LIB_PATH)\winmm.lib