Removed references to PRODUCER_INCLUDE_DIR and PRODUCER_LIB_DIR in the

local makefiles.

Small change in txp loader for sun build
This commit is contained in:
Don BURNS
2003-07-25 23:49:03 +00:00
parent e26ef983c4
commit 49a93076c1
46 changed files with 62 additions and 93 deletions

View File

@@ -268,11 +268,7 @@ public:
bool isValid(void) const;
const char *getErrMess() const;
char* getDir(void){return dir;};
protected:
// Set if we're adding to an existing archive
bool isRegenerate;
// Used to keep track of which tiles are in which file
class TileFileEntry {
public:
int x,y,lod; // Identifying info for tile
@@ -285,6 +281,12 @@ protected:
std::vector<TileFileEntry> tiles;
};
protected:
// Set if we're adding to an existing archive
bool isRegenerate;
// Used to keep track of which tiles are in which file
trpgEndian ness,cpuNess;
int version;
// Fed in from the outside