mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Introjucer: improved handling of windows filenames when run on *nix.
This commit is contained in:
parent
3f953ca21d
commit
cebf34d9bb
8 changed files with 50 additions and 32 deletions
|
|
@ -187,7 +187,7 @@ namespace CodeHelpers
|
|||
|
||||
String createIncludeStatement (const File& includeFile, const File& targetFile)
|
||||
{
|
||||
return createIncludeStatement (FileHelpers::unixStylePath (includeFile.getRelativePathFrom (targetFile.getParentDirectory())));
|
||||
return createIncludeStatement (FileHelpers::unixStylePath (FileHelpers::getRelativePathFrom (includeFile, targetFile.getParentDirectory())));
|
||||
}
|
||||
|
||||
String createIncludeStatement (const String& includePath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue