Skip to content

Commit

Permalink
wscript: convert to includes targets usage
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Sep 10, 2022
1 parent 9682c4a commit 14c0922
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wscript
Expand Up @@ -62,7 +62,7 @@ def configure(conf):
conf.check_cxx(lib='rt', mandatory=False)

def build(bld):
libs = []
libs = [ 'sdk_includes' ]

# basic build: dedicated only, no dependencies
if bld.env.DEST_OS != 'win32':
Expand Down Expand Up @@ -92,10 +92,6 @@ def build(bld):
'controls/',
'menus/',
'model/',
'../common',
'../engine',
'../pm_shared',
'../public'
]

bld.shlib(
Expand Down

0 comments on commit 14c0922

Please sign in to comment.