2006-02-27 09:07 PM
2011-05-17 01:19 AM
Hi all,
I'm using a SlickEdit editor ,and I'm setting up the project using Cosmic compiler and the .lkf file. The .lkf file is made automatically and the files are referred (.o) with relative path (\Debug). I must use absolute path list (c:\bl\bbl\Debug\file.o) Is there a good way to generalise this? Feks.'' #define _path c:\bl\bbl\ '' Also the BAT file I'm using.. how do I do this?