Commit 7f897c3c authored by dickelbeck's avatar dickelbeck

*.o files need to be unique within a link image, else the debugger will not...

*.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.

parent 46ccc128
......@@ -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\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment