17 lines
303 B
Makefile
17 lines
303 B
Makefile
|
# OLETHUNK\bin16 makefile
|
||
|
#
|
||
|
# Copyright (c) 1994, Microsoft Corporation
|
||
|
#
|
||
|
# History:
|
||
|
# 18-Jun-1994 Bob Day (bobday) Created.
|
||
|
# 19-Oct-1994 KentCe Don't binplace all for Chicago.
|
||
|
#
|
||
|
|
||
|
all:
|
||
|
-binplace ole2disp.dll
|
||
|
-binplace ole2nls.dll
|
||
|
-binplace typelib.dll
|
||
|
-binplace stdole.tlb
|
||
|
|
||
|
clean:
|