admin
base
com
componentdef
inc
mobile
mts
netfxoc
ole2ui32
ole32
actprops
catalog
com
comcat
common
componentdef
cs
dbgexts
dcomss
dll
dllhost
idl
ih
ilib
iprop
log
ole232
olecnfg
olecnv32
oledbg
oleprx32
olethunk
bin16
bin16.cht
daytona
debnot
h
ole16
chicago
makefile
sources
coll
compobj
daytona
inc
lib
ole2
storage
tools
utest
dirs
makefil0
makefile.inc
olethk32
thc
tools
utest
dirs
makefil0
oleui
stdclass
stg
cairobld.mk
chicago.inc
chicago0.inc
daytona.inc
dirs
filelist.mk
makefile
ole.inc
oleutest
published
rpc
rpcutil
svcdlls
winole
dirs
makefil0
project.mk
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
46 lines
999 B
Makefile
46 lines
999 B
Makefile
# INTEROP makefile
|
|
#
|
|
# Copyright (c) 1994, Microsoft Corporation
|
|
#
|
|
# History:
|
|
# 18-Feb-1994 Bob Day (bobday)
|
|
# Adapted from MVDM makefile
|
|
#
|
|
# If you add a new sub-component , make sure to add it in cleanup
|
|
# section too.
|
|
#
|
|
|
|
|
|
|
|
!INCLUDE $(NTMAKEENV)\makefile.plt
|
|
|
|
all:
|
|
@echo making dos mode binaries under NTVDM.
|
|
cd ..\lib
|
|
$(MAKE) "DEFINES=/D_CHICAGO_" "OPST=chic"
|
|
cd ..\coll
|
|
$(MAKE) "DEFINES=/D_CHICAGO_" "OPST=chic"
|
|
cd ..\compobj
|
|
$(MAKE) "DEFINES=/D_CHICAGO_" "OPST=chic"
|
|
cd ..\storage
|
|
$(MAKE) "DEFINES=/D_CHICAGO_" "OPST=chic"
|
|
cd ..\ole2
|
|
$(MAKE) "DEFINES=/D_CHICAGO_" "OPST=chic"
|
|
cd ..
|
|
!IF "$(BUILDMSG)" != ""
|
|
@ech ; $(BUILDMSG) ;
|
|
!ENDIF
|
|
|
|
clean:
|
|
cd ..\lib
|
|
$(MAKE) "OPST=chic" clean
|
|
cd ..\coll
|
|
$(MAKE) "OPST=chic" clean
|
|
cd ..\compobj
|
|
$(MAKE) "OPST=chic" clean
|
|
cd ..\storage
|
|
$(MAKE) "OPST=chic" clean
|
|
cd ..\ole2
|
|
$(MAKE) "OPST=chic" clean
|
|
cd ..
|