mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
don't want that QF in the plugin dll name. doesn't get built that way (if
dlls got built in the first place:/) and way too much hassle to get it there
This commit is contained in:
parent
378c477b8e
commit
01594e239e
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ pi_realname (char *realname, int size, const char *type, const char *name)
|
|||
#if defined(HAVE_DLOPEN)
|
||||
const char *format = "%s/%s_%s.so";
|
||||
#elif defined(_WIN32)
|
||||
const char *format = "%s/QF%s_%s.dll";
|
||||
const char *format = "%s/%s_%s.dll";
|
||||
#else
|
||||
# error "No shared library support. FIXME"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue