Remove unnecessary dependencies on localestub

Introduced in hrev57710, they are the remnants of a previous version of
the change, not needed with the final one.

Change-Id: I03dbb86fd8963897dfed7bd77772e4ac97a8e739
This commit is contained in:
Máximo Castañeda
2024-04-25 16:43:01 +02:00
parent 9673f7b8bf
commit ff3b6fb75b
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Application DebugAnalyzer
<nogrist>DebugAnalyzer_model_loader.o
<nogrist>DebugAnalyzer_util.o
libcolumnlistview.a localestub shared libdebug.so be
libcolumnlistview.a shared libdebug.so be
[ TargetLibstdc++ ]
:
DebugAnalyzer.rdef
-1
View File
@@ -190,7 +190,6 @@ Application Debugger :
<nogrist>DebugAnalyzer_gui_table.o
libcolumnlistview.a
localestub
shared
[ TargetLibstdc++ ]
+1 -1
View File
@@ -25,5 +25,5 @@ Application ResEdit :
ResourceRoster.cpp
ResView.cpp
ResWindow.cpp
: be tracker translation libcolumnlistview.a localestub [ TargetLibsupc++ ]
: be tracker translation libcolumnlistview.a [ TargetLibsupc++ ]
;
+1 -1
View File
@@ -4,5 +4,5 @@ UsePrivateHeaders interface ;
SimpleTest LookTest :
Look.cpp
: be tracker libcolumnlistview.a localestub [ TargetLibsupc++ ]
: be tracker libcolumnlistview.a [ TargetLibsupc++ ]
;