mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
Renamed the http_trantor module to just trantor.
This commit is contained in:
parent
80e95b31fe
commit
e8459d5fd0
@ -1,32 +0,0 @@
|
|||||||
import os
|
|
||||||
import platform
|
|
||||||
import sys
|
|
||||||
|
|
||||||
|
|
||||||
def is_active():
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
def get_name():
|
|
||||||
return "http_trantor"
|
|
||||||
|
|
||||||
|
|
||||||
def can_build():
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
def get_opts():
|
|
||||||
return []
|
|
||||||
|
|
||||||
def get_flags():
|
|
||||||
|
|
||||||
return []
|
|
||||||
|
|
||||||
|
|
||||||
def configure(env):
|
|
||||||
env.Prepend(CPPPATH=["#modules/http_trantor"])
|
|
||||||
env.Prepend(CPPPATH=["#modules/http_trantor/trantor/net"])
|
|
||||||
env.Prepend(CPPPATH=["#modules/http_trantor/trantor/net/inner"])
|
|
||||||
env.Prepend(CPPPATH=["#modules/http_trantor/trantor/utils"])
|
|
||||||
|
|
||||||
|
|
32
modules/trantor/detect.py
Normal file
32
modules/trantor/detect.py
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
import os
|
||||||
|
import platform
|
||||||
|
import sys
|
||||||
|
|
||||||
|
|
||||||
|
def is_active():
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
def get_name():
|
||||||
|
return "trantor"
|
||||||
|
|
||||||
|
|
||||||
|
def can_build():
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
def get_opts():
|
||||||
|
return []
|
||||||
|
|
||||||
|
def get_flags():
|
||||||
|
|
||||||
|
return []
|
||||||
|
|
||||||
|
|
||||||
|
def configure(env):
|
||||||
|
env.Prepend(CPPPATH=["#modules/trantor"])
|
||||||
|
env.Prepend(CPPPATH=["#modules/trantor/trantor/net"])
|
||||||
|
env.Prepend(CPPPATH=["#modules/trantor/trantor/net/inner"])
|
||||||
|
env.Prepend(CPPPATH=["#modules/trantor/trantor/utils"])
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user