comparison gaim-installer.nsi @ 15083:133af8458cbd

[gaim-migrate @ 17868] wingaim build process no longer needs to re-build everything for the non-debug version. `make -f Makefile.mingw installers` will now produce the "regular", "no-gtk" and "debug" installers. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 01 Dec 2006 20:02:32 +0000
parents 7ca4a6820154
children 0f5124855240
comparison
equal deleted inserted replaced
15082:bc440018e208 15083:133af8458cbd
422 422
423 gaim_install_files: 423 gaim_install_files:
424 SetOutPath "$INSTDIR" 424 SetOutPath "$INSTDIR"
425 ; Gaim files 425 ; Gaim files
426 SetOverwrite on 426 SetOverwrite on
427 File /r .\win32-install-dir\*.* 427 File /r ${GAIM_INSTALL_DIR}\*.*
428 !ifdef DEBUG 428 !ifdef DEBUG
429 File "${GAIM_INSTALLER_DEPS}\exchndl.dll" 429 File "${GAIM_INSTALLER_DEPS}\exchndl.dll"
430 !endif 430 !endif
431 431
432 ; Install shfolder.dll if need be.. 432 ; Install shfolder.dll if need be..