diff options
author | Daniel Borca <[email protected]> | 2004-04-07 06:37:50 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-07 06:37:50 +0000 |
commit | d3746ca27ece1052c23b4fc1b7d78e5b79868e07 (patch) | |
tree | 5b87ca3535f34ae88cafe8594d81ff931e53c217 /src/mesa/tnl | |
parent | 40322e1dfa3366a779ba3f4a6ec4418ab9227715 (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.S | 4 |
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 7dbe5c06283..1d8682d5e98 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 |