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.

25 lines
395 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=win95reg
  4. # target
  5. TARGETNAME=win95reg
  6. TARGETTYPE=LIBRARY
  7. # compiler options
  8. C_DEFINES=-DIS_32 $(C_DEFINES)
  9. # x86-specifc sources
  10. I386_SOURCES=win95reg.c \
  11. reg95.c \
  12. reg95trk.c \
  13. # precompiled header options (x86-only)
  14. !if $(386)
  15. PRECOMPILED_INCLUDE=pch.h
  16. PRECOMPILED_PCH=pch.pch
  17. PRECOMPILED_OBJ=pch.obj
  18. !endif