I want to use PellesC Compiler in the CodeBlocks IDE.
Which files do I have to include in the compiler settings?
I figured "cc.exe" is for compiling C...
It also wants me to set "C++ compiler" (won't use it)
Linker for dynamic libs
Linker for static libs
Make program
Resource Compiler
Which are those files in PellesC?
Quote from: WhOoKie on February 14, 2017, 08:27:35 PMWhich are those files in PellesC?
cc.exe \Bin
idespawn.exe \Bin
idespawn64.exe \Bin
poasm.exe \Bin
pobind.exe \Bin
pobr.exe \Bin
pobr64.exe \Bin
pocc.exe \Bin
poccFAKE.exe \Bin
pocert.exe \Bin
podump.exe \Bin
poh2inc.exe \Bin
poide.exe \Bin
poide64.exe \Bin
poinst.exe \Bin
polib.exe \Bin
polink.exe \Bin
PolinkFilter.exe \Bin
pomake.exe \Bin
pomc.exe \Bin
porc.exe \Bin
porc64.exe \Bin
porebase.exe \Bin
poreg.exe \Bin
poreg64.exe \Bin
posign.exe \Bin
poviewp.exe \Bin
poviewp64.exe \Bin
Yea, thats how far I've gotten too. But which executables are for what?
For example, which one is for make? Which one is for Dynamic libs?
what does the po* prefix mean? All that...
> which one is for make?
- none, there is no need for make
> Which one is for Dynamic libs?
- the one with "lib" in the name
> what does the po* prefix mean?
- Pelle Orinius
Attached a template for testing.