windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/common/win95reg/sources

26 lines
395 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
!include ..\..\win95upg.mk
# component
MINORCOMP=win95reg
# target
TARGETNAME=win95reg
TARGETTYPE=LIBRARY
# compiler options
C_DEFINES=-DIS_32 $(C_DEFINES)
# x86-specifc sources
I386_SOURCES=win95reg.c \
reg95.c \
reg95trk.c \
# precompiled header options (x86-only)
!if $(386)
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
!endif