d3d1x: Remove.
[mesa.git] / src / gallium / state_trackers / d3d1x / winedlls / Makefile.wine
diff --git a/src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine b/src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine
deleted file mode 100644 (file)
index 31f9737..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-TOP=../../../../../..
-D3D1X=../..
-include $(TOP)/configs/current
-CFLAGS=$(CXXFLAGS)
-
-default: lib$(LIBNAME).def lib$(LIBNAME).cross.a $(LIBNAME).dll.so
-
-%.dll.fake: %.spec $(OBJECTS) version.res
-       wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD)
-
-%.dll.so: %.spec $(OBJECTS) version.res
-       wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD)
-
-lib%.def: %.spec
-       winebuild -w --def -o $@ --export $<
-
-lib%.cross.a: %.spec
-       winebuild -m32  -b i586-mingw32msvc -w --implib -o $@ --export $<
-
-version.res: version.rc
-       wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -fo$@ $^
-
-include ../../../../Makefile.template