diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-06-18 14:51:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-06-18 14:51:35 +0200 |
commit | 77b29ff82106c89bf3a410bd4bf1901b891ffc91 (patch) | |
tree | c224f2ce2d922569692949dac64dffd69d1be53a /Makerules | |
parent | 22d82e68d48b722731b288a30eab2857f4d0e3d7 (diff) | |
download | mupdf-77b29ff82106c89bf3a410bd4bf1901b891ffc91.tar.xz |
Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |