Since we have now builtin search paths, we need to be able to forget them,
otherwise we cannot build libraries with a customized version. git-svn-id: svn://svn.cc65.org/cc65/trunk@4222 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -76,6 +76,14 @@ char* FindInclude (const char* Name)
|
||||
|
||||
|
||||
|
||||
void ForgetAllIncludePaths (void)
|
||||
/* Remove all include search paths. */
|
||||
{
|
||||
ForgetAllSearchPaths (INC_STD);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void InitIncludePaths (void)
|
||||
/* Initialize the include path search list */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user