2012-11-18 02:07 UTC+0100 Viktor Szakats (vszakats syenar.net)
- doc/readme.txt
+ doc/welcome.txt
* doc/Makefile
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.nsi
* making room for "real" readme.txt
* tests/transtst.prg
* minor
This commit is contained in:
@@ -16,6 +16,17 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-11-18 02:07 UTC+0100 Viktor Szakats (vszakats syenar.net)
|
||||
- doc/readme.txt
|
||||
+ doc/welcome.txt
|
||||
* doc/Makefile
|
||||
* package/mpkg_win.nsi
|
||||
* package/winuni/mpkg_win_uni.nsi
|
||||
* making room for "real" readme.txt
|
||||
|
||||
* tests/transtst.prg
|
||||
* minor
|
||||
|
||||
2012-11-18 02:02 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbgd/tests/test_out.prg
|
||||
* contrib/hbmisc/spd.c
|
||||
|
||||
@@ -26,7 +26,7 @@ DOC_FILES := \
|
||||
pcode.txt \
|
||||
pp.txt \
|
||||
pragma.txt \
|
||||
readme.txt \
|
||||
welcome.txt \
|
||||
statics.txt \
|
||||
todo.txt \
|
||||
tracing.txt \
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
!define MUI_HEADERIMAGE
|
||||
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\win.bmp"
|
||||
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
|
||||
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\readme.txt"
|
||||
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\welcome.txt"
|
||||
!define MUI_ICON "harb_win.ico"
|
||||
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ SetCompressor /solid lzma
|
||||
!define MUI_HEADERIMAGE
|
||||
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\win.bmp"
|
||||
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
|
||||
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\readme.txt"
|
||||
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\welcome.txt"
|
||||
!define MUI_ICON "..\harb_win.ico"
|
||||
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico"
|
||||
|
||||
|
||||
@@ -311,7 +311,7 @@ PROC tofix()
|
||||
|
||||
#ifndef __HARBOUR__
|
||||
|
||||
FUNC SToD( s )
|
||||
FUNCTION SToD( s )
|
||||
|
||||
LOCAL cDf := Set( _SET_DATEFORMAT, "YYYY/MM/DD" ), dt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user