NO

Author Topic: Compile single source  (Read 3133 times)

Freddy

  • Guest
Compile single source
« on: January 08, 2006, 12:42:19 AM »
Would it be possible to make Pelles C IDE compile single source code without having to create a new entire project?
It's very useful for quick testing.

Thanks!

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Compile single source
« Reply #1 on: January 09, 2006, 02:09:27 PM »
Probably not. A project file is the most convenient place to store compiler settings, linker settings, ...

Pelle
/Pelle

kalikiana

  • Guest
Compile single source
« Reply #2 on: June 27, 2006, 08:36:50 PM »
Just open the code file in the IDE, a project is created automatically. Or create yourself some batch file or a registry link for the windows explorer.