see changelog
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <extend.h>
|
||||
#include <ctype.h>
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Enero", "Febrero", "Marzo",
|
||||
"Abril", "Mayo", "Junio", "Julio",
|
||||
|
||||
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user