Changeset 995
- Timestamp:
- Aug 17, 2011, 2:22:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r994 r995 666 666 call charout G.OutPath"\bin\syncqt.cmd" 667 667 668 /* create a dummy qconfig.h file so that syncqt sets a sane date for 669 * the forwarder instead of 01-01-2098 (qconfig.h is created later). 670 * This looks like a utime() bug in Perl for OS/2 (the null timestamp 671 * should set the date to 01-01-1980, not too sane but would work).*/ 672 call MakeDir G.OutPath"\src\corelib\global" 673 call charout G.OutPath"\src\corelib\global\qconfig.h", "/*dummy*/" 674 call charout G.OutPath"\src\corelib\global\qconfig.h" 675 668 676 /* copy includes */ 669 677 cmd = ""
Note:
See TracChangeset
for help on using the changeset viewer.