From c5b993245eae3f0bcb75f5459699ad29e375f6f8 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 2 May 2000 11:02:35 +0000 Subject: [PATCH] updates needed to compile the source programs now that the smooth renderer is part of the library.. --- demos/Makefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/demos/Makefile b/demos/Makefile index 3e53c0239..bdcca7fc0 100644 --- a/demos/Makefile +++ b/demos/Makefile @@ -153,7 +153,7 @@ else # EXES := ftlint ftview fttimer compos ftstring - ifneq ($(findstring $(PLATFORM),os2 unix),) + ifneq ($(findstring $(PLATFORM),os2 unix win32),) EXES += ttdebug endif @@ -184,9 +184,6 @@ else $(OBJ_)compos.$O: $(SRC_DIR_)compos.c $(COMPILE) $T$@ $< - $(OBJ_)ftgrays.$O: $(SRC_DIR_)ftgrays.c - $(COMPILE) $T$@ $< - $(OBJ_)ftgrays2.$O: $(SRC_DIR_)ftgrays2.c $(COMPILE) $T$@ $< @@ -264,18 +261,18 @@ else $(LINK) - $(BIN_)ftview$E: $(OBJ_)ftview.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays.$O - $(GRAPH_LINK) $(OBJ_)ftgrays.$O + $(BIN_)ftview$E: $(OBJ_)ftview.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) + $(GRAPH_LINK) - $(BIN_)ftstring$E: $(OBJ_)ftstring.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays.$O - $(GRAPH_LINK) $(OBJ_)ftgrays.$O + $(BIN_)ftstring$E: $(OBJ_)ftstring.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) + $(GRAPH_LINK) $(BIN_)try$E: $(OBJ_)try.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays2.$O $(GRAPH_LINK) $(OBJ_)ftgrays2.$O - $(BIN_)fttimer$E: $(OBJ_)fttimer.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays.$O - $(GRAPH_LINK) $(OBJ_)ftgrays.$O + $(BIN_)fttimer$E: $(OBJ_)fttimer.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) + $(GRAPH_LINK) $(BIN_)fttimer2$E: $(OBJ_)fttimer2.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays2.$O $(GRAPH_LINK) $(OBJ_)ftgrays2.$O