spiegel-keyman/windows/src/ext/Makefile
2022-06-06 16:06:12 +10:00

37 lines
613 B
Makefile

#
# Keyman ext Makefile - 3rd party components
#
NOTARGET_SIGNCODE=yes
!ifdef NODELPHI
TARGETS=.virtual
!else
TARGETS=common
!endif
CLEANS=
!include ..\Header.mak
# ----------------------------------------------------------------------
common: .virtual
cd $(COMMON_ROOT)\ext
$(MAKE) $(TARGET)
# ----------------------------------------------------------------------
#
#
#
reset:
$(DEVTOOLS) -rp
$(DEVTOOLS) -ri
!include ..\Target.mak
# ----------------------------------------------------------------------
# EOF
# ----------------------------------------------------------------------