Browse Source

ref: gl: convert to include targets usage

pull/2/head
Alibek Omarov 2 years ago
parent
commit
6d37398fad
  1. 13
      ref/gl/wscript

13
ref/gl/wscript

@ -54,19 +54,10 @@ def configure(conf): @@ -54,19 +54,10 @@ def configure(conf):
conf.check_cc(lib='log')
def build(bld):
libs = [ 'public', 'M' ]
libs = [ 'engine_includes', 'public', 'M' ]
source = bld.path.ant_glob(['*.c'])
includes = ['.',
'../filesystem',
'../engine',
'../engine/common',
'../engine/server',
'../engine/client',
'../public',
'../common',
'../pm_shared' ]
includes = '.'
if bld.env.GL:
bld.shlib(

Loading…
Cancel
Save