split into src and lib and socket changes
* libanthracite files are now all in lib/ * anthracite-bin + anthracite-api-bin files are now all in src/ * socket split into header and source properly
This commit is contained in:
parent
fba87f3fbb
commit
71be773d49
24 changed files with 49 additions and 121 deletions
|
@ -1,4 +1,4 @@
|
|||
echo "#include <string>" > version.cpp
|
||||
echo "#include \"../src/version.hpp\"" >> version.cpp
|
||||
echo "#include \"../lib/version.hpp\"" >> version.cpp
|
||||
echo "const std::string ANTHRACITE_VERSION_STRING = \"$(cat version.txt)\";" >> version.cpp
|
||||
echo "const std::string ANTHRACITE_FULL_VERSION_STRING = \"Anthracite/$(cat version.txt)\";" >> version.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue