summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-07 06:37:50 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-07 06:37:50 +0000
commitd3746ca27ece1052c23b4fc1b7d78e5b79868e07 (patch)
tree5b87ca3535f34ae88cafe8594d81ff931e53c217 /src/mesa/tnl
parent40322e1dfa3366a779ba3f4a6ec4418ab9227715 (diff)
revived linux-glide build process
some small Makefile changes for MinGW & DJGPP
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_vtx_x86_gcc.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vtx_x86_gcc.S b/src/mesa/tnl/t_vtx_x86_gcc.S
index 7dbe5c0628..1d8682d5e9 100644
--- a/src/mesa/tnl/t_vtx_x86_gcc.S
+++ b/src/mesa/tnl/t_vtx_x86_gcc.S
@@ -36,13 +36,13 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
.globl x; \
x:
-#else /* defined(__DJGPP__) */
+#else /* defined(__DJGPP__) || defined (__MINGW32__) */
#define GLOBL( x ) \
.globl _##x; \
_##x:
-#endif /* defined(__DJGPP__) */
+#endif /* defined(__DJGPP__) || defined (__MINGW32__) */
.data
.align 4