diff options
author | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
---|---|---|
committer | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
commit | e611b132f9b8abe35b362e5870b74bce94a1e58e (patch) | |
tree | a5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ole32/ole232/makefile | |
download | NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2 NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip |
Diffstat (limited to 'private/ole32/ole232/makefile')
-rw-r--r-- | private/ole32/ole232/makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/private/ole32/ole232/makefile b/private/ole32/ole232/makefile new file mode 100644 index 000000000..84abf21b9 --- /dev/null +++ b/private/ole32/ole232/makefile @@ -0,0 +1,25 @@ +############################################################################ +# +# Microsoft Windows +# Copyright (C) Microsoft Corporation, 1992 - 1992. +# All rights reserved. +# +############################################################################ + +!ifdef NTMAKEENV + +# We need to do the following so that build will stop reading from the +# pipe. + +all: + echo $(BUILDMSG) + +clean: all + +!else # NTMAKEENV + +default: all +!include filelist.mk +!include $(COMMON)\src\win40.mk + +!endif # NTMAKEENV |