Author Topic: Use Relative Path For Compiler?  (Read 4459 times)

airdrummingfool

  • Guest
Use Relative Path For Compiler?
« on: March 08, 2008, 09:04:09 pm »
Hello All,
   I am attempting to setup CodeBlocks to run from my USB drive, and was wondering if there was an easy way to get the compiler to work on a relative path.

   I tried going to settings/compiler and debugger/toolchain executables and changing from the path to \MinGW, and .\MinGW, and just MinGW... but none of these work.

Any suggestions?

Thanks

Offline mattsnowboard

  • Single posting newcomer
  • *
  • Posts: 6
Re: Use Relative Path For Compiler?
« Reply #1 on: March 09, 2008, 12:37:42 am »
I think there is a variable for the codeblocks dir

$(codeblocks)

I think I've used that to make codeblocks portable