Changeset 95
- Timestamp:
- May 18, 2006, 9:56:56 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/configure.cmd ¶
r94 r95 791 791 */ 792 792 793 if (\FileExists(qmodules_h) |, 794 CompareFileToVar(qmodules_h, ModulesHeader) \= 0) then do 793 create = \FileExists(qmodules_h) 794 if (\create) then create = CompareFileToVar(qmodules_h, ModulesHeader) \= 0 795 if (create) then do 795 796 call DeleteFile qmodules_h 796 797 call charout qmodules_h, ModulesHeader … … 798 799 end 799 800 800 if (\FileExists(qconfig_h) |, 801 CompareFileToVar(qconfig_h, ConfigHeader) \= 0) then do 801 create = \FileExists(qconfig_h) 802 if (\create) then create = CompareFileToVar(qconfig_h, ConfigHeader) \= 0 803 if (create) then do 802 804 call DeleteFile qconfig_h 803 805 call charout qconfig_h, ConfigHeader … … 805 807 end 806 808 807 if (\FileExists(qconfig_cpp) |, 808 CompareFileToVar(qconfig_cpp, ConfigSource) \= 0) then do 809 create = \FileExists(qconfig_cpp) 810 if (\create) then create = CompareFileToVar(qconfig_cpp, ConfigSource) \= 0 811 if (create) then do 809 812 call DeleteFile qconfig_cpp 810 813 call charout qconfig_cpp, ConfigSource … … 812 815 end 813 816 814 call CopyFile QuotePath(G.!QTDirP)'\qmake\"Makefile.os2-g++"', 817 call CopyFile QuotePath(G.!QTDirP)'\qmake\"Makefile.os2-g++"',, 815 818 G.!QMakeMakefile 816 819 817 call CopyFile QuotePath(G.!QTDirP)'\"Makefile.os2-g++"', 820 call CopyFile QuotePath(G.!QTDirP)'\"Makefile.os2-g++"',, 818 821 G.!Makefile 819 822 … … 849 852 if (FileExists(build_log)) then do 850 853 call DeleteFile build_log'.bak' 851 call CopyFile build_log build_log'.bak'854 call CopyFile build_log, build_log'.bak' 852 855 call DeleteFile build_log 853 856 end
Note:
See TracChangeset
for help on using the changeset viewer.