
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
7 lines
98 B
Python
7 lines
98 B
Python
Import('*')
|
|
|
|
progs_env.Program(
|
|
target = 'vp-tris',
|
|
source = ['vp-tris.c'],
|
|
)
|