Changeset 995


Ignore:
Timestamp:
Aug 17, 2011, 2:22:47 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: configure.cmd: Create dummy qconfig.h file for syncqt.

This fixes insane dates of 01-01-2098 on qconfig.h forwarders created when
the shadow build is initiated in a new directory (when the original qconfig.h
file does not exist yet) which would make 'make' crazy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r994 r995  
    666666            call charout G.OutPath"\bin\syncqt.cmd"
    667667
     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
    668676            /* copy includes */
    669677            cmd = ""
Note: See TracChangeset for help on using the changeset viewer.