User forums > Help

Help with swap header/source

<< < (2/2)

srins:

Here is the pared down version of project xml file. I hope this is what you were asking for.
Thanks again.

--------->>>

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
   <FileVersion major="1" minor="6" />
   <Project>
      <Option title="MyProject4" />
      <Option pch_mode="2" />
      <Option compiler="gcc" />
      <Build>
         <Target title="Debug">
            <Option output="bin\Debug\MyProject4" prefix_auto="1" extension_auto="1" />
            <Option object_output="obj\Debug\" />
            <Option type="1" />
            <Option compiler="gcc" />
            <Compiler>
               <Add option="-g" />
            </Compiler>
         </Target>
      </Build>
      <Compiler>
         <Add option="-Wall" />
      </Compiler>
   
      <Unit filename="X:\MyCommonSrc\include\IModelGREV01.H" />
      <Unit filename="X:\MyCommonSrc\include\IModelStgyGREV02.H" />
         <Option compilerVar="CC" />
      </Unit>
      <Unit filename="X:\MyCommonSrc\src\IModelGREV01.C">
         <Option compilerVar="CC" />
      </Unit>
      <Unit filename="X:\MyCommonSrc\src\IModelStgyGREV02.C">
         <Option compilerVar="CC" />
      </Unit>
      <Extensions>
         <code_completion>
            <search_path add="U:\mysrc\dinclude" />
            <search_path add="U:\mysrc\dlib" />
            <search_path add="U:\mysrc\finclude" />
            <search_path add="U:\mysrc\RogueWave" />
            <search_path add="..\RW" />
            <search_path add="X:\MyCommonSrc\include" />
            <search_path add="X:\MyCommonSrc\src" />
         </code_completion>
         <envvars />
         <debugger />
         <lib_finder disable_auto="1" />
      </Extensions>
   </Project>
</CodeBlocks_project_file>

MortenMacFly:

--- Quote from: srins on June 20, 2009, 02:03:17 am ---            <search_path add="U:\mysrc\finclude" />
            <search_path add="X:\MyCommonSrc\include" />

--- End quote ---
I don't recall exactly, but I believe path's on different folders are not harmful on Windows. Try putting all your files on *one* drive (temporarily), adjust the project file and try, if if works then.

srins:

Unfortunately, merging into 1 project did not make any difference.
I am happy that atleast H -> C works good for me.

Navigation

[0] Message Index

[*] Previous page

Go to full version