summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-18 14:51:35 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-18 14:51:35 +0200
commit77b29ff82106c89bf3a410bd4bf1901b891ffc91 (patch)
treec224f2ce2d922569692949dac64dffd69d1be53a /Makerules
parent22d82e68d48b722731b288a30eab2857f4d0e3d7 (diff)
downloadmupdf-77b29ff82106c89bf3a410bd4bf1901b891ffc91.tar.xz
Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makerules b/Makerules
index da653ddc..b6ddb126 100644
--- a/Makerules
+++ b/Makerules
@@ -26,7 +26,7 @@ PDFVIEW_EXE = $(X11VIEW_EXE)
ifeq "$(build)" "release"
CFLAGS += -mmmx -ftree-vectorize -msse -msse2 -march=k8 -DARCH_X86
-ARCH_SRC = archx86.c
+DRAW_ARCH_SRC := archx86.c
endif
endif
@@ -41,7 +41,7 @@ PDFVIEW_EXE = $(X11VIEW_EXE)
ifeq "$(build)" "release"
CFLAGS += -DARCH_X86_64
-ARCH_SRC := archx86.c
+DRAW_ARCH_SRC := archx86.c
endif
endif