Restructured search path handling.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4662 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 2003 Ullrich von Bassewitz */
|
||||
/* R<EFBFBD>merstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* (C) 2003-2010, Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
/* */
|
||||
/* This software is provided 'as-is', without any expressed or implied */
|
||||
@@ -37,7 +37,7 @@
|
||||
#define FILEPATH_H
|
||||
|
||||
|
||||
|
||||
|
||||
/* common */
|
||||
#include "searchpath.h"
|
||||
|
||||
@@ -49,9 +49,9 @@
|
||||
|
||||
|
||||
|
||||
#define SEARCH_LIB 0x0001U /* Library path */
|
||||
#define SEARCH_OBJ 0x0002U /* Object file path */
|
||||
#define SEARCH_CFG 0x0004U /* Config file path */
|
||||
extern SearchPath* LibSearchPath; /* Library path */
|
||||
extern SearchPath* ObjSearchPath; /* Object file path */
|
||||
extern SearchPath* CfgSearchPath; /* Config file path */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user