Index: trunk/Makefile.conf.in =================================================================== --- trunk/Makefile.conf.in (revision 2646) +++ trunk/Makefile.conf.in (revision 2647) @@ -9,4 +9,5 @@ CP=@/host/fstools/cp@ LN=@/host/fstools/ln@ MKDIR=@/host/fstools/mkdir@ +EXE=@/target/sys/ext_exe@ @] Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 2646) +++ trunk/doc-rnd/TODO (revision 2647) @@ -1,6 +1,5 @@ - BUGS - pcb-printf.h lacks doc about %.3mm - - exe suffix - bg image png crashes in extreme pan - mac sw rendering slowdown [Chris] - duplicate-element-on-copy bug: ctrl pressed? [James] Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 2646) +++ trunk/src/Makefile.in (revision 2647) @@ -209,10 +209,10 @@ CC=@cc/cc@ CQUOTE=../scconfig/cquote -all: pcb-rnd @/local/pcb/all@ +all: pcb-rnd$(EXE) @/local/pcb/all@ -pcb-rnd: $(OBJS) $(EXEDEPS) - $(CC) $(OBJS) -o pcb-rnd $(LDFLAGS) $(LIBS) +pcb-rnd$(EXE): $(OBJS) $(EXEDEPS) + $(CC) $(OBJS) -o pcb-rnd$(EXE) $(LDFLAGS) $(LIBS) @] print [@ Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 2646) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 2647) @@ -5,7 +5,6 @@ PLUGDIR=../../src_plugins CFLAGS=@/local/pcb/CFLAGS@ LDFLAGS=-lm -EXE=@sys/ext_exe@ CC=@cc/cc@ HASHOBJ=../../src_3rd/liblihata/genht/hash.o ../../src_3rd/liblihata/genht/htsp.o ../../src_3rd/liblihata/genht/htpp.o