mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
update windows lib placement
This commit is contained in:
@@ -50,7 +50,7 @@ def build(bld):
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
bld(
|
||||
rule='cp ${SRC} ${TGT}',
|
||||
source='../lib/win32/public/'+bld.env.DEST_CPU+'/SDL2.dll',
|
||||
source='../lib/win32/'+bld.env.DEST_CPU+'/SDL2.dll',
|
||||
target='SDL2.dll',
|
||||
install_path=install_path,
|
||||
)
|
||||
|
||||
2
lib
2
lib
Submodule lib updated: 8616692265...7ec9e1386e
3
wscript
3
wscript
@@ -363,8 +363,7 @@ def configure(conf):
|
||||
]
|
||||
|
||||
linkflags += [
|
||||
'/LIBPATH:'+os.path.abspath('.')+'/lib/win32/public/'+conf.env.DEST_CPU+'/',
|
||||
'/LIBPATH:'+os.path.abspath('.')+'/lib/win32/common/'+conf.env.DEST_CPU+'/2015/release',
|
||||
'/LIBPATH:'+os.path.abspath('.')+'/lib/win32/'+conf.env.DEST_CPU+'/',
|
||||
'/LIBPATH:'+os.path.abspath('.')+'/dx9sdk/lib/'+conf.env.DEST_CPU+'/'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user