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.

27 lines
342 B

  1. # component
  2. MAJORCOMP=setup
  3. MINORCOMP=w95upg
  4. # target
  5. TARGETNAME=cmnmsg
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. # compiler options
  9. CHICAGO_PRODUCT=1
  10. # build options
  11. SYNCHRONIZE_DRAIN=1
  12. # stub sources
  13. SOURCES=
  14. # stub x86-specifc sources
  15. I386_SOURCES=
  16. # makefile.inc settings (x86-only)
  17. !if $(386)
  18. NTTARGETFILE0=$(O)\msg.h $(O)\msg.rc
  19. !endif