mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-03 05:56:42 +00:00
update windows lib placement
This commit is contained in:
parent
991585bb98
commit
5206f38b9b
@ -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
@ -1 +1 @@
|
||||
Subproject commit 8616692265f85926d6901600716e08c69f60d820
|
||||
Subproject commit 7ec9e1386e7c14539ce09cf27bf8903368afaaed
|
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+'/'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user