NO

Author Topic: Add-Ins for projects  (Read 3483 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Add-Ins for projects
« on: June 12, 2018, 07:26:48 AM »
OpenPrjTo64b
Copy project file to new project file and change output dir to output64 and some options for x64.

PrjCopyPrjFile
Copy project file to new one and open it.

PrjModV9ToVer7
Strips version 9 project file to version 7

PrjOptions
Show project options

Useful when testing small project.

EDIT 2019-02-13: fix for PrjModV9ToVer7, UNICODE project file handling.
« Last Edit: August 23, 2019, 11:17:07 AM by TimoVJL »
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Add-Ins for projects
« Reply #1 on: June 15, 2018, 10:35:39 AM »
PrjToSubDir

This Add-In copy selected project-file to it's subdirectory PellesC and opens it.
Don't work with PellesC 8, it was made for easier testing of PellesC 9 in it's private directory.

PrjModeNew64  add a new mode using users ini-file (PrjModeNew64.ini), an example add a Release msvc.
« Last Edit: July 23, 2018, 08:59:07 AM by TimoVJL »
May the source be with you