From 1a9c68e70e338c31a1fbfce6c3750123c6dda319 Mon Sep 17 00:00:00 2001 From: Ray Johnston Date: Tue, 22 Aug 2017 11:27:38 -0700 Subject: Move gen_ordered.c from toolbin to base. Modify to strip non LIB_BUILD functions from gen_ordered.c and move gen_ordered.[ch] to base. Main now in gen_ordered_main.c with project file referencing ../../../base/ for gen_ordered.[ch]. Modify the project file appropriately and add a simple Makefile for unix. --- base/unix-gcc.mak | 3 --- 1 file changed, 3 deletions(-) (limited to 'base/unix-gcc.mak') diff --git a/base/unix-gcc.mak b/base/unix-gcc.mak index e6c6e0d4c..9de449d5a 100644 --- a/base/unix-gcc.mak +++ b/base/unix-gcc.mak @@ -305,9 +305,6 @@ LCMS2_CFLAGS=-DSHARE_LCMS=$(SHARE_LCMS) -DCMS_USE_BIG_ENDIAN=0 # Options are currently lcms or lcms2 WHICH_CMS=lcms2 -# Define the directory where the gen_ordered source is stored. -GENORDERED_SRCDIR=./toolbin/halftone/gen_ordered - EXPATSRCDIR=./expat EXPAT_CFLAGS=-DHAVE_MEMMOVE EXPATGENDIR=$(GLGENDIR) -- cgit v1.2.1