d3d1x: don't build progs automatically
progs requires winsys, which hasn't yet been built by the time we go into state_trackers. It may be a good idea to also move it into tests. After a normal build, run make in src/gallium/state_trackers/d3d1x/progs to build them.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10 progs
|
||||
SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10
|
||||
|
||||
all:
|
||||
@for dir in $(SUBDIRS) ; do $(MAKE) -C "$$dir" || exit $?; done
|
||||
|
||||
Reference in New Issue
Block a user