Skip to content

Commit

Permalink
Windows: Updated VS deploy script to include libshell
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 28, 2013
1 parent 818a401 commit adfec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/build/win32/copy_to_products.py
Expand Up @@ -32,7 +32,7 @@ def copy_if_newer(src, dest):
copy_if_newer(os.path.join(solDir, 'libhexen.pk3'), os.path.join(dest, '..', 'data', 'jhexen', 'libhexen.pk3'))
copy_if_newer(os.path.join(solDir, 'libdoom64.pk3'), os.path.join(dest, '..', 'data', 'jdoom64', 'libdoom64.pk3'))

targets = ['libdeng2', 'libdeng1',
targets = ['libdeng2', 'libdeng1', 'libshell',
'client', 'server',
'plugins\*', 'tools\*', 'tools\shell\*', 'tests\*']

Expand Down

0 comments on commit adfec9a

Please sign in to comment.