From 3812bafcd8e62714615ae7745821d6308011d59b Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 24 Nov 2019 11:56:36 -0800 Subject: [PATCH] Visual Studio Projects: Update Win32-Development-Binaries-README This file is the README which will land in a newly reset Win32-Development-Binaries repository. It has been revised to suggest that forking the Win32-Development-Binaries repo need never be done and is only wasteful of space on GitHub. --- .../Win32-Development-Binaries/BuildAll.cmd | 2 +- .../Win32-Development-Binaries/README.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 Visual Studio Projects/Win32-Development-Binaries/README.md diff --git a/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd b/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd index 1448b289..a2176c15 100644 --- a/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd +++ b/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd @@ -130,7 +130,7 @@ if "%1" neq "reset" goto GitAddNew :GitSetup if exist .git rmdir/q/s .git if exist *.zip del *.zip -copy /y "%~p0README.md" .\ +copy /y "%~p0Win32-Development-Binaries-README.md" .\README.md git init git add README.md git commit -m "Initializing the Windows Binary repository" diff --git a/Visual Studio Projects/Win32-Development-Binaries/README.md b/Visual Studio Projects/Win32-Development-Binaries/README.md deleted file mode 100644 index 936491dd..00000000 --- a/Visual Studio Projects/Win32-Development-Binaries/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Simh Development Binaries - -This repository contains binaries for the Windows platform built at least once per week if any changes have been made to the source archive during that week. - -The files contained here should run on all versions of Windows starting with XP. - -If issues are noticed with the behavior of any simulator, please create an issue at https://github.com/simh/simh/issues describing the problem, or send a note to the simh mailing list. Please be sure to identify which binary demonstrates the issue and which commit introduced the problem. -