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
a1de400e8de06a80ab140bb0fa950e990607572d
third_party_mesa3d
/
progs
/
vp
/
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
(
'
*
'
)
progs: Port vp-tris to glew. There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
2009-01-23 16:24:43 +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
(
progs: Port vp-tris to glew. There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
2009-01-23 16:24:43 +00:00
target
=
'
vp-tris
'
,
source
=
[
'
vp-tris.c
'
]
,
)
Reference in New Issue
Copy Permalink