Browse Source

update windows lib placement

pull/85/head
HappyDOGE 2 years ago
parent
commit
5206f38b9b
  1. 2
      inputsystem/wscript
  2. 2
      lib
  3. 3
      wscript

2
inputsystem/wscript

@ -50,7 +50,7 @@ def build(bld): @@ -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

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 8616692265f85926d6901600716e08c69f60d820
Subproject commit 7ec9e1386e7c14539ce09cf27bf8903368afaaed

3
wscript

@ -363,8 +363,7 @@ def configure(conf): @@ -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…
Cancel
Save