Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: frogo on April 26, 2005, 07:48:08 pm

Title: questions on make -mingw32 and make
Post by: frogo on April 26, 2005, 07:48:08 pm
:?: When I start up codeblocks it autodected my dev-cpp mingw compiler fine but it's setup is diferrent.   CodeBlock set it up to  use mingw-gcc.exe but in dev-cpp it use gcc.exe.  What is the diference  make-mingw32 and make.exe Is there a deference between these two file?  if so can anyone explain.
Title: questions on make -mingw32 and make
Post by: Anonymous on April 27, 2005, 01:54:12 am
gcc.exe is nothing but a copy of mingw-gcc.exe. Compare the two files. They're exactly the same. The different names I guess are a comodity for the user.