From: <to...@us...> - 2003-02-26 17:40:44
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv20533/OSLib/!OsLib/docs Modified Files: OSLib_readme Log Message: Minor makefile tweaks Index: OSLib_readme =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/OSLib_readme,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OSLib_readme 22 Jul 2002 10:03:06 -0000 1.3 --- OSLib_readme 26 Feb 2003 17:40:08 -0000 1.4 *************** *** 107,111 **** The above gives the preferred way of using OSLib. However, much existing code will not contain the "oslib/" prefix in the #include line. If you don't ! want to change things, and are not worried about name colissions, then you may specify "-IOSLibInclude:" on the command line, which will allow the compiler to locate files without the prefix. In new code, always use the --- 107,111 ---- The above gives the preferred way of using OSLib. However, much existing code will not contain the "oslib/" prefix in the #include line. If you don't ! want to change things, and are not worried about name collisions, then you may specify "-IOSLibInclude:" on the command line, which will allow the compiler to locate files without the prefix. In new code, always use the |