Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Modifying RED file 2003-08-26 -- Danie de Beer Edit the Clarion.red file in the Clarion\bin Directory.
eg: for Clarion 5EE it would be
c:\c55\bin
edit c55ee.red
Locate the [release32] line, and/or [debug32] depends on the Project Compile
check for.... or add...
*.clw =type your path here , default I think is *.clw=%ROOT%\obj32
*.inc =type your path here
If you want a Sub Directory under the Application Directory it would be
something like this
*.clw=.\myCLW
*.inc=.\myInc
the Dot mean the Application Directory, and \MyClw is a Sub directory under
the Application Directory
%ROOT% = your Clarion directory, in this case C55
Today is November 21, 2024, 6:55 am This article has been viewed 35309 times.
|
|