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

24 lines
403 B
Makefile

#
# Copyright (c) 1991, Microsoft Corporation
#
# History:
#
# 28-Sept-1994 TerryRu
all:
!if "$(PROCESSOR_ARCHITECTURE)" == "x86"
@echo making dos mode binaries under NTVDM.
cd ..
$(MAKE) "OPST=chic" /f win16.mk
cd $(MAKEDIR)
!endif
clean:
!if "$(PROCESSOR_ARCHITECTURE)" == "x86"
cd ..
$(MAKE) "OPST=chic" /f win16.mk clean
cd $(MAKEDIR)
!endif