Win32: Fixed build and libdeng linkage
Renamed the library to deng1.dll because it seems qmake gets confusedabout the presence of deng2.dll: "-ldeng" will result in deng2.lib beinglinked to. Must be something to do with how version numbers are appendedto library file names.
View differences
Win32: Fixed build and libdeng linkage
Renamed the library to deng1.dll because it seems qmake gets confused
about the presence of deng2.dll: "-ldeng" will result in deng2.lib being
linked to. Must be something to do with how version numbers are appended
to library file names.