2009-08-13 21:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* bin/hb-mkpkg.bat
  + package/mpkg_win.nsi
  - mpkg_win.nsi
    * .nsi file moved to package dir.
This commit is contained in:
Viktor Szakats
2009-08-13 19:54:24 +00:00
parent e44c660cb5
commit 159f120324
3 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-13 21:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/hb-mkpkg.bat
+ package/mpkg_win.nsi
- mpkg_win.nsi
* .nsi file moved to package dir.
2009-08-13 21:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.cf
* Minor cosmetic.

View File

@@ -34,6 +34,6 @@ cd "%HB_PKGBASE%"
popd
if not "%HB_ARCHITECTURE%" == "dos" echo ! Harbour .exe install package creation: '%HB_PKGPATH%.exe'
if not "%HB_ARCHITECTURE%" == "dos" "%HB_DIR_NSIS%makensis.exe" /V2 "%~dp0..\mpkg_win.nsi"
if not "%HB_ARCHITECTURE%" == "dos" "%HB_DIR_NSIS%makensis.exe" /V2 "%~dp0..\package\mpkg_win.nsi"
:END