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
725 B

  1. !if 0
  2. Copyright (c) 1992-1996 Microsoft Corporation
  3. !endif
  4. #
  5. # Create MCIOLE32.DLL
  6. #
  7. MAJORCOMP=windows
  8. MINORCOMP=mciole32
  9. TARGETNAME=mciole32
  10. TARGETPATH=obj
  11. TARGETTYPE=DYNLINK
  12. UMTYPE=windows
  13. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
  14. NTPROFILEINPUT=yes
  15. # Define libs we need and where to find them
  16. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\olecli32.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\gdi32.lib
  21. # Define WIN32 for a 32-bit version
  22. C_DEFINES=-DWIN32
  23. USE_NTDLL=1
  24. SOURCES=mciole.c \
  25. mciole.rc
  26. # Set up the entry point
  27. DLLENTRY=DllEntryPoint
  28. DLLBASE=0x70E00000