eliminate superreadme

master
Allen Webster 2016-07-09 11:05:32 -04:00
parent 30c5569f9a
commit 8f8f7ed5fd
3 changed files with 1 additions and 56 deletions

View File

@ -1,32 +0,0 @@
Distribution Date: 8.7.2016 (dd.mm.yyyy)
Thank you for contributing to the 4coder project!
To submit bug reports or to request particular features email editor@4coder.net.
Watch 4coder.net blog and @AllenWebster4th twitter for news about 4coder progress.
-------------------------------------
BUILDING 4coder_custom
-------------------------------------
To customize 4coder you have to build 4coder_custom.dll. The batch file buildsuper.bat will
compile the dll for you if you have visual studio installed. If you have an old version, use
the example to figure out how to get your old setup working in the new system.
As you create your customizations keep in mind that this API is still in development.
I will do what I can to keep your customizations working as I settle on an API, but some
updates may deeply break your code.
-------------------------------------
SOME DOCUMENTATION
-------------------------------------
NEW IN 4.0.9
================
I am deprecating this readme file now. A much better documentation than what I used to
provide here is now provided in 4coder_API.html. This is the last version that will
feature SUPERREADME.
u

View File

@ -1,23 +0,0 @@
-------------------------------------
BUILDING 4coder_custom
-------------------------------------
To customize 4coder you have to build 4coder_custom.dll. The batch file buildsuper.bat will
compile the dll for you if you have visual studio installed. If you have an old version, use
the example to figure out how to get your old setup working in the new system.
As you create your customizations keep in mind that this API is still in development.
I will do what I can to keep your customizations working as I settle on an API, but some
updates may deeply break your code.
-------------------------------------
SOME DOCUMENTATION
-------------------------------------
NEW IN 4.0.9
================
I am deprecating this readme file now. A much better documentation than what I used to
provide here is now provided in 4coder_API.html. This is the last version that will
feature SUPERREADME.

View File

@ -1,3 +1,4 @@
/*
* For generating the header of the TODO files so I don't have to
* keep doing that by hand and accidentally forgetting half the time.
@ -85,7 +86,6 @@ main(){
vars.year = tm.tm_year + 1900;
generate("README.txt", "README_body.txt", vars);
generate("SUPERREADME.txt", "SUPERREADME_body.txt", vars);
return(0);