NO

Author Topic: PrjUserEnv Add-In  (Read 4168 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
PrjUserEnv Add-In
« on: November 23, 2016, 10:56:48 AM »
PrjUserEnv Add-In modify current project INCLUDE and LIB.
It adds paths from users PrjUserEnv.ini file.

I someone  create own fSDK folder, that folder can added to project INCLUDE and LIB paths.

Example PrjUserEnv64.ini file for poide64.exe:
Code: [Select]
[Paths]
Include=C:\code\fSDK\include
Lib=C:\code\fSDK\lib\Win
Lib64=C:\code\fSDK\lib\Win64

EDIT:
The setup dialog for it: Tools -> Options... Add-ins tab Options... button
« Last Edit: April 07, 2018, 09:16:58 AM by TimoVJL »
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: PrjUserEnv Add-In
« Reply #1 on: April 05, 2018, 06:53:14 PM »
Updated.
Now it support local ini-file too.
A new option how it add paths:
Code: [Select]
[Paths]
Mode=0 ;0=at end 1=at beginning
For example, if someone want to test fSDK, can use Mode=1 so it is included first.
A local ini-file can add folder/folders to the end, if user want to make several test projects quickly with same additional folders.
May the source be with you

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: PrjUserEnv Add-In
« Reply #2 on: April 07, 2018, 06:07:26 PM »
Nice  :)
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide