Ticket #24020: patch-makefile.diff
File patch-makefile.diff, 330 bytes (added by brett.higgins@…, 14 years ago) |
---|
-
makefile
old new 6 6 # Also, before installing, you should change the string "JGRAPH_DIR" in 7 7 # jgraph.1 to be the directory containing the example jgraphs. 8 8 9 CC = gcc - LCC9 CC = gcc -DLCC -O3 -m32 10 10 11 11 OBJS = draw.o \ 12 12 edit.o \