eliminate superreadme
parent
30c5569f9a
commit
8f8f7ed5fd
|
@ -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
|
|
|
@ -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.
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For generating the header of the TODO files so I don't have to
|
* 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.
|
* keep doing that by hand and accidentally forgetting half the time.
|
||||||
|
@ -85,7 +86,6 @@ main(){
|
||||||
vars.year = tm.tm_year + 1900;
|
vars.year = tm.tm_year + 1900;
|
||||||
|
|
||||||
generate("README.txt", "README_body.txt", vars);
|
generate("README.txt", "README_body.txt", vars);
|
||||||
generate("SUPERREADME.txt", "SUPERREADME_body.txt", vars);
|
|
||||||
|
|
||||||
|
|
||||||
return(0);
|
return(0);
|
||||||
|
|
Loading…
Reference in New Issue