Dll on winnt is now 'factor.dll' instead of 'factor-nt.dll' to be

consistent with the binary name.
db4
Eduardo Cavazos 2008-02-25 13:05:11 -06:00
parent 0df27b26ff
commit b68c60488a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
LIBS = -lm LIBS = -lm
EXE_SUFFIX= 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