Changed project name
This commit is contained in:
parent
a8b871913d
commit
5cf7205bd0
|
@ -5,7 +5,7 @@
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceRoot}/bin/EmperorServer",
|
"program": "${workspaceRoot}/bin/EmperorD",
|
||||||
"args": [
|
"args": [
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceRoot}/bin",
|
"cwd": "${workspaceRoot}/bin",
|
||||||
|
|
|
@ -475,7 +475,6 @@ void prompt()
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
std::cout << b64Decode("dw$$") << std::endl;
|
|
||||||
command_and_control c2; // instanciate the command and control class
|
command_and_control c2; // instanciate the command and control class
|
||||||
httpserver::webserver ws = httpserver::create_webserver(8665); // create the webserver, ensuring ssl is enabled and
|
httpserver::webserver ws = httpserver::create_webserver(8665); // create the webserver, ensuring ssl is enabled and
|
||||||
// the server is using the provided crt and key
|
// the server is using the provided crt and key
|
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
||||||
default:
|
default:
|
||||||
g++ EmperorServer.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorServer
|
g++ Emperor.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/Emperor
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue