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.

25 lines
384 B

  1. !ifdef NTMAKEENV
  2. !include $(NTMAKEENV)\makefile.def
  3. !else # NTMAKEENV
  4. !include ../../../../root.inc
  5. MODULE=msimusic
  6. PCHPATH=$(BLDROOT)\appelinc
  7. PCHFILE=headers
  8. INCLUDEDIRS=$(SRCDIR)\..\inc
  9. !include $(ROOT)\src\make\make1.inc
  10. LIBTARG=$(BLDDIR)\msimusic_c.lib
  11. LIBOBJS= $(BLDDIR)\msimus_i.obj
  12. all: $(LIBTARG)
  13. !include $(MAKE2_INC)
  14. !endif #NTMAKEENV