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?
Professional Software Development Tools
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?
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.
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.