Browse Source

*.o files need to be unique within a link image, else the debugger will not properly show symbols from the modules with the name clash.

plot.o was being linked in twice, once as a bitmap.
find.o was being linked in twice, once as a bitmap.
pull/1/head
dickelbeck 17 years ago
parent
commit
7f897c3caf
  1. 0
      bitmaps/find_xpm.xpm
  2. 4
      bitmaps/makefile.include
  3. 0
      bitmaps/plot_xpm.xpm

0
bitmaps/find.xpm → bitmaps/find_xpm.xpm

4
bitmaps/makefile.include

@ -92,7 +92,7 @@ OBJECTS = \
export.o\
File_FootPrint.o\
fill_zone.o\
find.o\
find_xpm.o\
Flag.o\
Fonts.o\
Footprint_Text.o\
@ -212,7 +212,7 @@ OBJECTS = \
pin.o\
plot_HPG.o\
plot_PS.o\
plot.o\
plot_xpm.o\
polar.o\
Post_Compo.o\
Post_Drill.o\

0
bitmaps/plot.xpm → bitmaps/plot_xpm.xpm

Loading…
Cancel
Save