implemented RFE #1460586 - Put time stamps in the install log

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4635 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-04-05 18:45:03 +00:00
parent 682ee90493
commit 580c98a100
3 changed files with 32 additions and 2 deletions

View file

@ -38,6 +38,12 @@
#endif
#endif
#ifdef NSIS_CONFIG_LOG_TIMESTAMP
#ifndef NSIS_CONFIG_LOG
#error NSIS_CONFIG_LOG_TIMESTAMP relies on NSIS_CONFIG_LOG, but NSIS_CONFIG_LOG is not defined
#endif
#endif
#if defined(NSIS_CONFIG_CRC_SUPPORT) && defined(NSIS_CONFIG_VISIBLE_SUPPORT)
#define _NSIS_CONFIG_VERIFYDIALOG
#endif