updates needed to compile the source programs now that the smooth renderer is part of the library..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
diff --git a/demos/Makefile b/demos/Makefile
index 3e53c02..bdcca7f 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