This website requires JavaScript.
Explore
Help
Register
Sign In
OpenHarmony
/
third_party_mesa3d
Watch
2
Star
0
Fork
0
You've already forked third_party_mesa3d
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8230ead0cfb3fdfff3f3755e9850a60b5fd271bc
third_party_mesa3d
/
progs
/
vpglsl
/
SConscript
7 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
scons: Build progs together with everything else. 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
2009-12-31 21:10:25 +00:00
Import
(
'
*
'
)
vpglsl: add missing SConscript
2009-03-23 19:01:40 +00:00
scons: Build progs together with everything else. 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
2009-12-31 21:10:25 +00:00
progs_env
.
Program
(
vpglsl: add missing SConscript
2009-03-23 19:01:40 +00:00
target
=
'
vp-tris
'
,
source
=
[
'
vp-tris.c
'
]
,
)
Reference in New Issue
Copy Permalink