PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Montenigro on November 29, 2009, 11:16:25 AM

Title: Alternate paths for INCLUDE files
Post by: John Montenigro on November 29, 2009, 11:16:25 AM
OK, so I've converted projects from FF2 to FF3 and I've decided to try out Rolf's SQLitening project, so I've downloaded and installed it, and since it needs Jose Roca's INC files, I've downloaded and installed them, too.

In just playing around with FF3's setting for "Jose Roca Include File", I hit a minor snag.

I used to put ALL of my include files in one folder, so I could compile with PBCC or PBWIN, or FF2. In that folder were the PB .inc files, as well as my own, and .inc files that other folks provided on the various forums.

Now with the Jose Roca .inc files in their own separate folder, it looks like I need to either copy the non-PB inc .files into the same folder (I don't like maintaining duplicates), or move them to a separate "MyInc" folder.

I tried to append ";e:\MyInc" to the FF3 Include path, hoping it would find the proper files, but that didn't work.

Is there a way to do this, or should I request a new feature: "MyInc" path setting

-John