` Printed Icetips Article

Icetips Article



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



Printed May 2, 2024, 7:48 am
This article has been viewed/printed 35111 times.