Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-02-25 14:50:55 -06:00
commit 6d7eda60a1
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
LIBS = -lm
EXE_SUFFIX=-nt
DLL_SUFFIX=-nt
EXE_SUFFIX=
DLL_SUFFIX=
PLAF_DLL_OBJS += vm/os-windows-nt.o
PLAF_EXE_OBJS += vm/resources.o
PLAF_EXE_OBJS += vm/main-windows-nt.o

View File

@ -13,8 +13,8 @@ typedef char F_SYMBOL;
#define from_symbol_string from_char_string
#define FACTOR_OS_STRING "winnt"
#define FACTOR_DLL L"factor-nt.dll"
#define FACTOR_DLL_NAME "factor-nt.dll"
#define FACTOR_DLL L"factor.dll"
#define FACTOR_DLL_NAME "factor.dll"
void c_to_factor_toplevel(CELL quot);
long exception_handler(PEXCEPTION_POINTERS pe);