WindowsXP-SP1/com/ole32/olethunk/ole16/makefil0
2020-09-30 16:53:49 +02:00

39 lines
721 B
Plaintext

# INTEROP makefile
#
# Copyright (c) 1994, Microsoft Corporation
#
# History:
# 28-Sep-1994 Terry Russell (terryru)
#
# If you add a new sub-component , make sure to add it in cleanup
# section too.
#
#
!INCLUDE $(NTMAKEENV)\makefile.plt
# Add the following line so 'default' will be built on
# non-clean builds.
default:
clean:
cd .\lib
$(MAKE) OPST=chic clean
cd ..\coll
$(MAKE) OPST=chic clean
$(MAKE) OPST=dayt clean
cd ..\compobj
$(MAKE) OPST=chic clean
$(MAKE) OPST=dayt clean
cd ..\storage
$(MAKE) OPST=chic clean
$(MAKE) OPST=dayt clean
cd ..\ole2
$(MAKE) OPST=chic clean
$(MAKE) OPST=dayt clean
cd ..