2025-04-27 07:49:33 -04:00

26 lines
420 B
Plaintext

!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