forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

INCLUDE Path - How Specify?

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Plato
View previous topic :: View next topic  
Author Message
Mike Cheek



Joined: 09 Jul 2008
Posts: 11
Location: Houston, TX

PostPosted: Tue Mar 13, 2012 2:36 am    Post subject: INCLUDE Path - How Specify? Reply with quote

Using Plato 4.3

For a Project I can select Project > Properties > Source > Specify INCLUDE path. But I seem unable to correctly specify the path. I have two include folders with absolute paths
C:\BLR102\INCLUDE and
C:\BLR102\INCSTEAM

What would the format to put in the field? My project folder is C:\BLR102 and all my Fortran files are organized under various subfolders. The include folders are at the same 'level' as the fortran subfolders.

I think you recommend to not do this normally. I will try and follow your advice first. But having my include files scattered throughout a number of subfolders does not seem to be advantageous either. I would still like to know how to properly do this, for future reference.

Anyway, would appreciate if you could demonstrate the actual syntax. I tried 'C:\BLR102\INCLUDE'; 'C:\BLR102\INCSTEAM' but this didn't seem to work.

Thanks in advance.
_________________
Mike Cheek
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7916
Location: Salford, UK

PostPosted: Tue Mar 13, 2012 9:27 am    Post subject: Reply with quote

You need a list, without spaces with each item terminated by a semi-colon.
If a path contains spaces then enclose it in double quotes.

ftn95 test.f90 /include c:\path1;c:\path2;"c:\path three"

In Plato you insert: c:\path1;c:\path2;"c:\path three"
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Plato All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group