almost done
This commit is contained in:
@@ -115,7 +115,7 @@ CUtlString CMSVCLinker::Link( LinkProject_t *pProject )
|
||||
"/nologo"
|
||||
};
|
||||
|
||||
const char *szWindowsPath = GetWindowsPath(szOutputFile);
|
||||
const char *szWindowsPath = filesystem2->GetWindowsPath(szOutputFile);
|
||||
args.AppendTail(CUtlString("/out:%s", szWindowsPath));
|
||||
V_free((void*)szWindowsPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user