Merge pull request #29 from gnustep/msvc-pdb-fix

Add missing LIB_LINK_PDB_FILE variable to framework.make
This commit is contained in:
Hugo Melder 2022-08-03 14:55:49 +02:00 committed by GitHub
commit 5d7d5838f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,6 +299,11 @@ SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE)
# as under Unix.
LIB_LINK_DLL_FILE = $(DLL_PREFIX)$(GNUSTEP_INSTANCE)-$(subst .,_,$(INTERFACE_VERSION))$(DLL_LIBEXT)
# LIB_LINK_PDB_FILE is the PDB symbol file. The program database (PDB)
# includes instructions for formatting trace messages so that they
# can be presented in a human-readable display.
LIB_LINK_PDB_FILE = $(DLL_PREFIX)$(GNUSTEP_INSTANCE)-$(subst .,_,$(INTERFACE_VERSION))$(DLL_PDBEXT)
FRAMEWORK_OBJ_EXT = $(DLL_LIBEXT)
endif # BUILD_DLL