# HG changeset patch # User Daniel Atallah # Date 1137550210 0 # Node ID 7324922a88497b6bd28fd7ac137eb875330f1cdf # Parent 66e424d4bc7768161a5f9d562217923d3bfffd46 [gaim-migrate @ 15275] Build timstamp format plugin by default committer: Tailor Script diff -r 66e424d4bc77 -r 7324922a8849 gaim-installer.nsi --- a/gaim-installer.nsi Wed Jan 18 01:54:17 2006 +0000 +++ b/gaim-installer.nsi Wed Jan 18 02:10:10 2006 +0000 @@ -722,6 +722,7 @@ Delete "$INSTDIR\plugins\tcl.dll" Delete "$INSTDIR\plugins\ticker.dll" Delete "$INSTDIR\plugins\timestamp.dll" + Delete "$INSTDIR\plugins\timestamp_format.dll" Delete "$INSTDIR\plugins\win2ktrans.dll" Delete "$INSTDIR\plugins\winprefs.dll" RMDir "$INSTDIR\plugins" diff -r 66e424d4bc77 -r 7324922a8849 plugins/Makefile.mingw --- a/plugins/Makefile.mingw Wed Jan 18 01:54:17 2006 +0000 +++ b/plugins/Makefile.mingw Wed Jan 18 02:10:10 2006 +0000 @@ -122,6 +122,7 @@ relnot.dll \ spellchk.dll \ statenotify.dll \ + timestamp_format.dll \ timestamp.dll