projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f807a35
)
accomodate decorated names
author
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 3 Nov 2003 12:00:24 +0000
(12:00 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 3 Nov 2003 12:00:24 +0000
(12:00 +0000)
src/mesa/Makefile.wfx
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile.wfx
b/src/mesa/Makefile.wfx
index edcbce3e1cf52a654038e84196171570a7e3c2e7..4a95afe644ea4e5c89226e2c3cf83a086b197461 100644
(file)
--- a/
src/mesa/Makefile.wfx
+++ b/
src/mesa/Makefile.wfx
@@
-405,8
+405,8
@@
$(LIBDIR)\x86.lib: x86\matypes.h $(X86_OBJS)
# [dBorca] Hack alert:
# glapi_x86.S needs some adjustments
# in order to generate correct entrypoints
-x86
/glapi_x86.o: x86/
glapi_x86.S
- $(CC) $(CFLAGS) $(FLAGS) $(INCS)
$<
-DSTDCALL_API -DNASM_ASSEMBLER -EP > $*.i
+x86
\glapi_x86.obj: x86\
glapi_x86.S
+ $(CC) $(CFLAGS) $(FLAGS) $(INCS)
x86\glapi_x86.S
-DSTDCALL_API -DNASM_ASSEMBLER -EP > $*.i
$(AS) $(ASFLAGS) $(INCS) $*.i -o $*.obj
$(RM) $*.i