26 lines
395 B
Plaintext
26 lines
395 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
|
||
|
|
||
|
|