summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2003-11-03 12:00:24 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2003-11-03 12:00:24 +0000
commit7093114285bb315070af572ff4aecc204c400ef4 (patch)
treebe1d4958388aed0656bf67cfb950fade93a0693e
parentf807a35cd24b22c625fb5ea2921c40db2e123809 (diff)
accomodate decorated names
-rw-r--r--src/mesa/Makefile.wfx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.wfx b/src/mesa/Makefile.wfx
index edcbce3e1c..4a95afe644 100644
--- 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