mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: move build env setup to main wscript
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
from waflib import Logs
|
||||
import os
|
||||
import sys
|
||||
from fwgslib import get_subproject_name
|
||||
|
||||
top = '.'
|
||||
|
||||
@@ -17,9 +16,6 @@ def configure(conf):
|
||||
conf.load('winres')
|
||||
|
||||
def build(bld):
|
||||
bld.load_envs()
|
||||
bld.env = bld.all_envs[get_subproject_name(bld)]
|
||||
|
||||
source = ['game.cpp']
|
||||
includes = '. ../common'
|
||||
libs = []
|
||||
|
||||
Reference in New Issue
Block a user