MacSummer / make-it-so

Automatically exported from code.google.com/p/make-it-so
1 stars 0 forks source link

Relative projects path error #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue comes when the .sln file is not in the root folder where all 
projects are stored.
For large projects and numerous dependencies its useful to keep dependencies 
outside of the base project folder

What is the expected output?
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c 
../../modules/juce_audio_basics/effects/juce_IIRFilter.cpp 
$(Debug_Include_Path) -o 
gccDebug/modules/juce_audio_basics/effects/juce_IIRFilter.o

What do you see instead?
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c 
../../modules/juce_audio_basics/effects/juce_IIRFilter.cpp 
$(Debug_Include_Path) -o 
gccDebug/../../modules/juce_audio_basics/effects/juce_IIRFilter.o

Original issue reported on code.google.com by sgissin...@gmail.com on 10 Dec 2013 at 1:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi sgissinger,

I think this is the same issue we encountered in Issue #25. I'll merge it there.

Original comment by florian.sainjeon on 18 Dec 2013 at 9:45