Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 8:14 am This article has been viewed 35310 times.
|
|