windows-nt/Source/XPSP1/NT/com/ole32/olethunk/debnot/chicago/makefile

24 lines
380 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# 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