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/mvdm/bin86/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/mvdm/bin86/makefile')
-rw-r--r-- | private/mvdm/bin86/makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/private/mvdm/bin86/makefile b/private/mvdm/bin86/makefile new file mode 100644 index 000000000..0e7703449 --- /dev/null +++ b/private/mvdm/bin86/makefile @@ -0,0 +1,28 @@ +# MVDM\bin86 makefile +# +# Copyright (c) 1991, Microsoft Corporation +# +# History: +# 08-Jun-1992 Craig Jones (v-cjones) +# Created. +# + +!INCLUDE $(NTMAKEENV)\makefile.plt + +all: + -binplace autoexec.nt + -binplace config.nt + -binplace ctl3dv2.dll ctl3dv2.map ctl3dv2.sym + -binplace lanman.drv + -binplace LZEXPAND.DLL + -binplace NETAPI.DLL + -binplace OLECLI.DLL + -binplace PMSPL.DLL + -binplace VER.DLL + cd $(TARGET_DIRECTORY) + -binplace win87em.dll + cd .. + -binplace system.ini + -binplace winhelp.exe + +clean: all |