Merge branch 'master' of git://factorcode.org/git/factor
commit
6d7eda60a1
|
@ -1,6 +1,6 @@
|
||||||
LIBS = -lm
|
LIBS = -lm
|
||||||
EXE_SUFFIX=-nt
|
EXE_SUFFIX=
|
||||||
DLL_SUFFIX=-nt
|
DLL_SUFFIX=
|
||||||
PLAF_DLL_OBJS += vm/os-windows-nt.o
|
PLAF_DLL_OBJS += vm/os-windows-nt.o
|
||||||
PLAF_EXE_OBJS += vm/resources.o
|
PLAF_EXE_OBJS += vm/resources.o
|
||||||
PLAF_EXE_OBJS += vm/main-windows-nt.o
|
PLAF_EXE_OBJS += vm/main-windows-nt.o
|
||||||
|
|
|
@ -13,8 +13,8 @@ typedef char F_SYMBOL;
|
||||||
#define from_symbol_string from_char_string
|
#define from_symbol_string from_char_string
|
||||||
|
|
||||||
#define FACTOR_OS_STRING "winnt"
|
#define FACTOR_OS_STRING "winnt"
|
||||||
#define FACTOR_DLL L"factor-nt.dll"
|
#define FACTOR_DLL L"factor.dll"
|
||||||
#define FACTOR_DLL_NAME "factor-nt.dll"
|
#define FACTOR_DLL_NAME "factor.dll"
|
||||||
|
|
||||||
void c_to_factor_toplevel(CELL quot);
|
void c_to_factor_toplevel(CELL quot);
|
||||||
long exception_handler(PEXCEPTION_POINTERS pe);
|
long exception_handler(PEXCEPTION_POINTERS pe);
|
||||||
|
|
Loading…
Reference in New Issue