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.

29 lines
488 B

  1. #
  2. # Create a Win32 application
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=sbtest
  6. # Define the name and type of the application
  7. TARGETNAME=mci
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=console
  10. # Define where APP.EXE will go.
  11. TARGETPATH=..\obj
  12. # Define the path to search for include files
  13. INCLUDES=..\..\mcicda;..\..\inc
  14. # list each C and RC source file
  15. SOURCES=mci.c
  16. # List any libraries not included by WIN32LIBS in MAKEFILE.DEF
  17. TARGETLIBS=$(SDK_LIB_PATH)\winmm.lib \
  18. $(PROJECT_LIB_PATH)\mcicda.lib