Show
Ignore:
Timestamp:
08/11/08 12:35:29 (5 months ago)
Author:
liamstask
Message:

- update Makefile generation to include a dependency on config.h so projects can be rebuilt more intelligently. Also, be sure to modify config.h if it's different from the current ProjectInfo?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mcbuilder/trunk/include/Builder.h

    r800 r807  
    6363  int maxsize; 
    6464  QString currentProcess; 
    65   bool cleanFirst; 
    66   bool buildPending; 
    6765  QList<Library> libraries; 
    6866  void resetBuildProcess(); 
     
    7876  void getLibrarySources(QString libdir, QStringList *thmb, QStringList *arm); 
    7977  QString filteredPath(QString path); 
    80      
    81 public slots: 
    82   void onProjectUpdated(); 
    8378 
    8479private slots: