From 48fc4bc4b62465ed8a309153f2c50aa1832036e8 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sun, 16 Sep 2018 19:05:46 -0500 Subject: [PATCH] Fix typo and add remaining instructions --- MakefileVC | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MakefileVC b/MakefileVC index 63e45535e..aad8b14bb 100644 --- a/MakefileVC +++ b/MakefileVC @@ -3,10 +3,15 @@ VC5_DIR ?= $(HOME)/DevStudio_5.10/VC # The $(VS6_DIR) directory is a copy of the "Microsoft Visual Studio" directory. # # To get a working setup on Linux or other "portable" copies of VS, -# the following DLLs have to be compied to the +# the following DLLs have to be copied to the # $(VS6_DIR)/VC98/Bin directory. # # - $(VS6_DIR)/Common/MSDev98/Bin/MSPDB60.DLL +# +# And to the $(VC5_DIR)/bin directory. +# +# - $(VC5_DIR)/SharedIDE/bin/MSDIS100.DLL +# - $(VC5_DIR)/SharedIDE/bin/MSPDB50.DLL VS6_DIR ?= $(HOME)/VS6 VC6_DIR = $(VS6_DIR)/VC98