refactor des clibs et suppression de file.cc qui etait inutile

This commit is contained in:
Marc
2022-02-15 12:26:30 +01:00
parent bb8f751606
commit 205de4293b
6 changed files with 110 additions and 76 deletions
+9 -2
View File
@@ -22,10 +22,17 @@
]
},
{
"target_name": "file",
"target_name": "socket",
'cflags': [ '-Wall' ],
"sources": [
"clibs/chibrax/file.cc"
"clibs/chibrax/socket.cc"
]
},
{
"target_name": "ip",
'cflags': [ '-Wall', '-Wextra' ],
"sources": [
"clibs/chibrax/ip.cc"
]
}
]