Announcement

Collapse
No announcement yet.

Project date never changes after compiling?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Project date never changes after compiling?

    The date on my autorun.exe file is always 12/10/2002 5:00 AM, regardless of when it was compiled/created.

    Is this normal?

  • #2
    Re: Project date never changes after compiling?

    Yep, I noticed that too...

    It seems that the Autorun.exe is generic for every project and simply links into .the APM file. The .APM file is the file that actually changes as you modify and build your project.

    Comment


    • #3
      Re: Project date never changes after compiling?

      That's right. The runtime engine (autorun.exe or whatever) is static, it just gets copied over. You can always use a touch utility to change the file date and time to whatever you want.

      Comment

      Working...
      X