2000-11-05 18:39 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
This commit is contained in:
@@ -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, ... :-(((
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user