Remove dllexport from ds, update win32 makefile
parent
de7978b6b5
commit
720ed0511f
|
@ -22,7 +22,7 @@ OBJS = $(WIN32_OBJS) native\arithmetic.o native\array.o native\bignum.o \
|
||||||
native\word.o native\compiler.o \
|
native\word.o native\compiler.o \
|
||||||
native\ffi.o native\boolean.o \
|
native\ffi.o native\boolean.o \
|
||||||
native\debug.o \
|
native\debug.o \
|
||||||
native\hashtable.o
|
native\hashtable.o native\walk.o
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@echo "Run 'make' with one of the following parameters:"
|
@echo "Run 'make' with one of the following parameters:"
|
||||||
|
|
|
@ -20,7 +20,7 @@ CELL ds_bot;
|
||||||
|
|
||||||
/* raw pointer to datastack top */
|
/* raw pointer to datastack top */
|
||||||
#ifdef FACTOR_X86
|
#ifdef FACTOR_X86
|
||||||
register DLLEXPORT CELL ds asm("esi");
|
register CELL ds asm("esi");
|
||||||
#else
|
#else
|
||||||
CELL ds;
|
CELL ds;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue