mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Merge pull request #29 from gnustep/msvc-pdb-fix
Add missing LIB_LINK_PDB_FILE variable to framework.make
This commit is contained in:
commit
5d7d5838f8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue