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.

22 lines
275 B

  1. MAJORCOMP=midimon
  2. MINORCOMP=callback
  3. TARGETNAME=CALLBACK
  4. TARGETTYPE=DYNLINK
  5. TARGETPATH=obj
  6. TARGETLIBS= $(SDK_LIB_PATH)\user32.lib \
  7. $(SDK_LIB_PATH)\winmm.lib
  8. INCLUDES= .;..
  9. USE_MSVCRT=1
  10. MIPS_FLAGS=-D_cdecl=
  11. DLLBASE=0x79000000
  12. SOURCES=callback.c
  13. UMTYPE=windows