Logo
Explore Help
Register Sign In
OpenHarmony/third_party_mesa3d
2
0
Fork 0
You've already forked third_party_mesa3d
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
fd70841121475d7aad98812d6bf9c9c67567b89a
third_party_mesa3d/progs/fp/SConscript

19 lines
277 B
Python
Raw Normal View History

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: Make fp-tri use glew and add scons target
2009-02-14 01:05:13 +01:00
progs: Port fp programs to GLEW.
2009-06-11 13:19:34 +01:00
progs = [
'fp-tri',
'tri-depth',
'tri-depth2',
'tri-depthwrite',
'tri-depthwrite2',
'tri-param',
'tri-tex',
'point-position',
]
for prog in progs:
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 fp programs to GLEW.
2009-06-11 13:19:34 +01:00
target = prog,
source = [prog + '.c'],
progs: Make fp-tri use glew and add scons target
2009-02-14 01:05:13 +01:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 62ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API