Skip to content

Commit

Permalink
x86_64_assembler should use separate object file for dedicated server
Browse files Browse the repository at this point in the history
patch by  Przemysław Iskra
  • Loading branch information
lnussel committed Nov 2, 2008
1 parent 8354069 commit c3a8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -1563,7 +1563,7 @@ ifeq ($(HAVE_VM_COMPILED),true)
Q3DOBJ += $(B)/ded/vm_x86.o
endif
ifeq ($(ARCH),x86_64)
Q3DOBJ += $(B)/ded/vm_x86_64.o $(B)/client/vm_x86_64_assembler.o
Q3DOBJ += $(B)/ded/vm_x86_64.o $(B)/ded/vm_x86_64_assembler.o
endif
ifeq ($(ARCH),ppc)
Q3DOBJ += $(B)/ded/vm_ppc.o
Expand Down

0 comments on commit c3a8156

Please sign in to comment.