Home
last modified time | relevance | path

Searched refs:depsCWD (Results 1 – 1 of 1) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.cpp70 wxString depsCWD = cwd.GetPath(wxPATH_GET_VOLUME); in DirectCommands() local
71 Manager::Get()->GetLogManager()->DebugLog(F(_("CWD for depslib was: %s."), depsCWD.wx_str())); in DirectCommands()
72 if ( (depsCWD.Len()==3) && (depsCWD.GetChar(1)==':') in DirectCommands()
73 && ( (depsCWD.GetChar(2)=='\\') || (depsCWD.GetChar(2)=='/') ) ) in DirectCommands()
75 depsCWD.RemoveLast(); in DirectCommands()
77 Manager::Get()->GetLogManager()->DebugLog(F(_("CWD for depslib is: %s."), depsCWD.wx_str())); in DirectCommands()
78 depsSetCWD(depsCWD.mb_str()); in DirectCommands()