refactor des clibs et suppression de file.cc qui etait inutile
This commit is contained in:
+9
-2
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user