From: Brian S. <xue...@us...> - 2005-02-17 16:18:38
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19655 Modified Files: installer.nsi Log Message: Avoid an unnecessary compiler warning when /D_NO_KAKASI is supplied on the makensis command-line. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.253 retrieving revision 1.254 diff -C2 -d -r1.253 -r1.254 *** installer.nsi 17 Feb 2005 02:44:35 -0000 1.253 --- installer.nsi 17 Feb 2005 16:18:27 -0000 1.254 *************** *** 2664,2668 **** !insertmacro UnselectSection ${SecSkins} !insertmacro UnselectSection ${SecLangs} ! !insertmacro UnselectSection ${SecKakasi} !insertmacro UnselectSection ${SecNNTP} !insertmacro UnselectSection ${SecSMTP} --- 2664,2670 ---- !insertmacro UnselectSection ${SecSkins} !insertmacro UnselectSection ${SecLangs} ! !ifndef NO_KAKASI ! !insertmacro UnselectSection ${SecKakasi} ! !endif !insertmacro UnselectSection ${SecNNTP} !insertmacro UnselectSection ${SecSMTP} |