Skip to content

Commit

Permalink
Glew is statically linked, no need for the DLL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo00000 committed Jan 2, 2016
1 parent 46b9050 commit b83d0ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/copyDLLs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
# These home directories may be overridden by cmd line args
libraryRootDirs = {
'ANTTWEAKBAR_ROOT': os.path.join(libsHome, 'AntTweakBar_116', 'AntTweakBar'),
'GLEW_ROOT': os.path.join(libsHome, 'glew-1.12.0'),
}

# List of DLLs to copy for this project. Paths are listed in components to easily accomodate
# alternate configurations.
# @todo Use python's path handling library for correctness
commonDllList = [
['ANTTWEAKBAR_ROOT', ['lib'], 'AntTweakBar.dll' ],
['GLEW_ROOT', ['bin', 'Release', 'Win32'], 'glew32.dll' ],
]

debugDllList = [
Expand Down

0 comments on commit b83d0ab

Please sign in to comment.