Changeset 26
- Timestamp:
- Jun 11, 2009, 2:59:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r14 r26 271 271 G.QT_INSTALL_DATA = "" 272 272 G.QT_INSTALL_TRANSLATIONS = "" 273 273 274 G.QT_INSTALL_EXAMPLES = "" 274 275 G.QT_INSTALL_DEMOS = "" … … 503 504 if (G.QT_INSTALL_TRANSLATIONS == "") then 504 505 G.QT_INSTALL_TRANSLATIONS = FixDirNoSlash(G.QT_INSTALL_PREFIX)"\translations" 506 507 508 505 509 /* examples */ 506 510 if (G.QT_INSTALL_EXAMPLES == "") then … … 585 589 'static const char qt_configure_data_path_str [260 + 12] = "qt_datapath='CPPPath(MaxLen(G.QT_INSTALL_DATA,259))'";'G.EOL||, 586 590 'static const char qt_configure_translations_path_str [260 + 12] = "qt_trnspath='CPPPath(MaxLen(G.QT_INSTALL_TRANSLATIONS,259))'";'G.EOL||, 591 587 592 'static const char qt_configure_examples_path_str [260 + 12] = "qt_xmplpath='CPPPath(MaxLen(G.QT_INSTALL_EXAMPLES,259))'";'G.EOL||, 588 593 'static const char qt_configure_demos_path_str [260 + 12] = "qt_demopath='CPPPath(MaxLen(G.QT_INSTALL_DEMOS,259))'";'G.EOL||, … … 598 603 '#define QT_CONFIGURE_DATA_PATH qt_configure_data_path_str + 12;'G.EOL||, 599 604 '#define QT_CONFIGURE_TRANSLATIONS_PATH qt_configure_translations_path_str + 12;'G.EOL||, 605 600 606 '#define QT_CONFIGURE_EXAMPLES_PATH qt_configure_examples_path_str + 12;'G.EOL||, 601 607 '#define QT_CONFIGURE_DEMOS_PATH qt_configure_demos_path_str + 12;'G.EOL||, … … 679 685 680 686 curdir = directory(G.OutPath"\qmake") 681 /* @todo enable make */ 682 say 'address' "cmd" G.MAKE 683 make_rc = 0 /*rc*/ 687 address "cmd" G.MAKE 688 make_rc = rc 684 689 685 690 /* put back original qconfig.h */
Note:
See TracChangeset
for help on using the changeset viewer.