2009-06-05 10:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
  * mpkg_win.nsi
    * sf.net links corrected, https seems to need login.
This commit is contained in:
Viktor Szakats
2009-06-05 08:02:42 +00:00
parent 3590aa01e1
commit 2550e1d49c
3 changed files with 11 additions and 6 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to these authors: Viktor Szakats.
*/
2009-06-05 10:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* mpkg_win.nsi
* sf.net links corrected, https seems to need login.
2009-06-05 10:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
* minor cleanup

View File

@@ -162,7 +162,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD
and also cygwin drive notation for cygwin.
- Spaces in directory names aren't currently supported.
(You can use short name alias on Windows platform, though)
- Don't put the dir inside double quotes.
- Don't put directory names inside double quotes.
- Use absolute paths.
Darwin (OS X)
@@ -601,10 +601,10 @@ FOR MORE INFORMATION
http://lists.harbour-project.org/pipermail/harbour-users/
Sourceforge page:
https://sourceforge.net/projects/harbour-project/
http://sourceforge.net/projects/harbour-project/
Development timeline:
https://apps.sourceforge.net/trac/harbour-project/timeline
http://apps.sourceforge.net/trac/harbour-project/timeline
Source repository browser:
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/
@@ -613,7 +613,7 @@ FOR MORE INFORMATION
svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project harbour-project
Miscellaneous documents:
/doc directory under this dir.
/doc directory under this directory.

View File

@@ -130,8 +130,8 @@ Section "Start Menu and Desktop icons" hb_shortcuts
WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Mailing lists.url" "InternetShortcut" "URL" "http://www.harbour-project.org/mailing.html"
WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Developers' mail archives.url" "InternetShortcut" "URL" "http://lists.harbour-project.org/pipermail/harbour/"
; WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Users' mail archives.url" "InternetShortcut" "URL" "http://lists.harbour-project.org/pipermail/harbour-users/"
WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Sourceforge page.url" "InternetShortcut" "URL" "https://sourceforge.net/projects/harbour-project/"
WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Development timeline.url" "InternetShortcut" "URL" "https://apps.sourceforge.net/trac/harbour-project/timeline"
WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Sourceforge page.url" "InternetShortcut" "URL" "http://sourceforge.net/projects/harbour-project/"
WriteINIStr "$SMPROGRAMS\Harbour Project\Links\Development timeline.url" "InternetShortcut" "URL" "http://apps.sourceforge.net/trac/harbour-project/timeline"
SectionEnd