*.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.
This commit is contained in:
dickelbeck 2008-09-09 16:55:08 +00:00
parent 46ccc128fa
commit 7f897c3caf
3 changed files with 2 additions and 2 deletions

View File

@ -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\