Renamed project to EmperorD

This commit is contained in:
elimin8 2022-06-13 22:09:40 +01:00
parent a8b871913d
commit 5d9d497502
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"configuration": {
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/bin/EmperorServer",
"program": "${workspaceRoot}/bin/EmperorD",
"args": [
],
"cwd": "${workspaceRoot}/bin",

View File

@ -1,2 +1,2 @@
default:
g++ EmperorServer.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorServer
g++ EmperorD.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorD