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.

26 lines
526 B

  1. #
  2. # Create an MCI handler DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=compman
  7. TARGETPATH=..\lib
  8. TARGETTYPE=LIBRARY
  9. UMTYPE=windows
  10. C_DEFINES=-DWIN32 -DUNICODE
  11. # Define libs we need and where to find them
  12. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  13. $(SDK_LIB_PATH)\libc.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\gdi32.lib \
  16. $(SDK_LIB_PATH)\winmm.lib
  17. INCLUDES=..\inc;\nt\public\sdk\inc;\nt\public\sdk\inc\crt
  18. SOURCES= compman.c