equal
deleted
inserted
replaced
56 virtual void writeMkFile(const QString& wrapperFileName, bool deploymentOnly); |
56 virtual void writeMkFile(const QString& wrapperFileName, bool deploymentOnly); |
57 virtual void writeWrapperMakefile(QFile& wrapperFile, bool isPrimaryMakefile); |
57 virtual void writeWrapperMakefile(QFile& wrapperFile, bool isPrimaryMakefile); |
58 virtual void appendAbldTempDirs(QStringList& sysincspaths, QString includepath); |
58 virtual void appendAbldTempDirs(QStringList& sysincspaths, QString includepath); |
59 |
59 |
60 bool writeDeploymentTargets(QTextStream &t, bool isRom); |
60 bool writeDeploymentTargets(QTextStream &t, bool isRom); |
61 |
61 QString gnuMakefileName; |
62 public: |
62 public: |
63 |
63 |
64 SymbianAbldMakefileGenerator(); |
64 SymbianAbldMakefileGenerator(); |
65 ~SymbianAbldMakefileGenerator(); |
65 ~SymbianAbldMakefileGenerator(); |
66 }; |
66 }; |