- [NEW] Nombre de versió
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -8,6 +8,8 @@
|
||||
#include <algorithm>
|
||||
#include <string.h>
|
||||
|
||||
#define VERSION "2.0.1"
|
||||
|
||||
std::string libs = "";
|
||||
std::string cppflags = "";
|
||||
std::string executable = "out";
|
||||
@@ -428,6 +430,8 @@ void processCommand(std::string arg) {
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
std::cout << "Lagueirto v" << VERSION << std::endl;
|
||||
|
||||
std::string configuration_to_use;
|
||||
for (int i = 1; i < argc; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user