see changelog

This commit is contained in:
Eddie Runia
1999-06-13 22:30:57 +00:00
parent 8e68f7a10f
commit 53309000cc
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
19990613 23:23 CET Eddie Runia
* source/rtl/natmsg/msggal.c
forgot this one
* tests/working/cmphello.prg
Hm, I little bit quick this evening forgot the != 0 part :-)
19990613 23:15 CET Eddie Runia
* source/rtl/natmsg/msg???.c
+ source/rtl/natmsg/msg???.c
more languages added.
* source/rtl/natxxx.c
id.

View File

@@ -2,9 +2,6 @@
* $Id$
*/
#include <extend.h>
#include <ctype.h>
char *hb_monthsname[ 12 ] = {
"Enero", "Febrero", "Marzo",
"Abril", "Mayo", "Junio", "Julio",

View File

@@ -10,7 +10,7 @@ function Main()
QOut( "About to compile Hello.prg" )
QOut()
if at( "WINDOWS", cOs ) != 0 .or. at( "DOS", cOs ) != 0 .or. ;
at( "OS/2", cOs ) // OS/2, DOS, Windows version
at( "OS/2", cOs ) != 0 // OS/2, DOS, Windows version
__Run( "..\..\bin\harbour.exe hello.prg /gHRB" )
else // Unix / Linux version
__Run( "../../bin/harbour.exe hello.prg /gHRB" )