* fixed use of uninitialised variables

git-svn-id: trunk@4195 -
This commit is contained in:
Jonas Maebe 2006-07-14 19:45:14 +00:00
parent d75b19e484
commit 9b48d424ff

View File

@ -215,9 +215,9 @@ begin
{ Create some replacements }
StripStr:='';
(*
StaticStr:='';
DynLinkStr:='';
(*
if (cs_link_staticflag in aktglobalswitches) then
StaticStr:='-static';
if (cs_link_strip in aktglobalswitches) then