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.

32 lines
417 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=domain
  5. # target
  6. TARGETNAME=domain
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui;$(WIN95UPG_ROOT)\w95upg\dll;$(INCLUDES)
  10. # x86-specific sources
  11. I386_SOURCES=\
  12. domain.c \
  13. domain.rc
  14. # link libraries
  15. !include $(WIN95UPG_ROOT)\w95upg\libs.mk
  16. # app settings
  17. UMTYPE=console