ENH: fix java and add OBJECT_DIR support

This commit is contained in:
Bill Hoffman
2006-04-17 14:01:22 -04:00
parent 0f8603acc2
commit 5ecfd3d4d3
5 changed files with 27 additions and 3 deletions
+2
View File
@@ -185,6 +185,7 @@ public:
this->LinkLibraries= 0;
this->Source= 0;
this->Object= 0;
this->ObjectDir= 0;
this->Flags= 0;
this->ObjectsQuoted= 0;
this->TargetSOName= 0;
@@ -197,6 +198,7 @@ public:
const char* LinkLibraries;
const char* Source;
const char* Object;
const char* ObjectDir;
const char* Flags;
const char* ObjectsQuoted;
const char* TargetSOName;