Renamed the http_trantor module to just trantor.

This commit is contained in:
Relintai 2021-06-17 13:03:38 +02:00
parent 80e95b31fe
commit e8459d5fd0
101 changed files with 32 additions and 32 deletions

View File

@ -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
View 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