2000-11-05 18:39 GMT+1 Maurilio Longo <maurilio.longo@libero.it>

This commit is contained in:
Maurilio Longo
2000-11-05 17:43:09 +00:00
parent 41fe9b6ac9
commit 121083cad0
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2000-11-05 18:39 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* config/os2/gcc.cf
+ added support to -DSIMPLEX define required for SimpLex only code added by Ron.
The same change should be applied to /linux/gcc as well, but I can't test it now,
so I leave to unix users.
2000-11-05 10:00 UTC+0100 JFL (mafact) <jfl@mafact.com>
* source/vm/classes.c
* strcpy( &cString , ... in place of strcpy( cString, ... :-(((

View File

@@ -13,7 +13,11 @@ CC = gcc
CC_IN = -c
CC_OUT = -o
CPPFLAGS = -I. -I$(HB_INC_COMPILE)
ifeq ($(HB_LEX),SIMPLEX)
CFLAGS = -Wall -O2 -DSIMPLEX
else
CFLAGS = -Wall -O2
endif
LD = gcc
LDFLAGS =