Skip to content

Instantly share code, notes, and snippets.

@Quiark
Created November 20, 2010 17:08
Show Gist options
  • Save Quiark/707965 to your computer and use it in GitHub Desktop.
Save Quiark/707965 to your computer and use it in GitHub Desktop.
VectorView = {
'path': r'src\Core\VectorView',
'proj': r'VectorView',
'new_name': 'MoNET_VectorView',
'cpp_include': [r'..\..\External\libpng-1.2.23', r'..\..\External\zlib'],
'link_include': [r'..\..\External\libpng-1.2.23\bin\visualc9'],
'libs': ['libpng.lib', 'zlib.lib'],
'exclude': ['hipng.cpp']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment