NT4/private/ole32/olethunk/debnot/daytona/makefile
2020-09-30 17:12:29 +02:00

24 lines
380 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=dayt" /f win16.mk
cd $(MAKEDIR)
!endif
clean:
!if "$(PROCESSOR_ARCHITECTURE)" == "x86"
cd ..
$(MAKE) "OPST=dayt" /f win16.mk clean
cd $(MAKEDIR)
!endif