work on implementing xtool
This commit is contained in:
@@ -32,6 +32,16 @@ struct CPUProject_t : public BaseProject_t
|
||||
public:
|
||||
Target_t m_target = Target_t::DefaultTarget();
|
||||
|
||||
// Is compiled as position independent executable
|
||||
bool bFPIE = false;
|
||||
|
||||
// Is compiled as position independent code
|
||||
// Use for shared libraries
|
||||
bool bFPIC = false;
|
||||
|
||||
// TODO: rework manifests
|
||||
// Android manifest
|
||||
AndroidManifest_t m_androidmanifest = {};
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user