mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
683 B
38 lines
683 B
# 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 ..
|
|
|
|
|