From 63f73c5f9542e461a6daa5e95cb7fd16e161f3b6 Mon Sep 17 00:00:00 2001 From: apnadkarni Date: Wed, 6 Mar 2019 04:54:35 +0000 Subject: Copy PDBs to installation if option PDBS is given during install --- win/makefile.vc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/win/makefile.vc b/win/makefile.vc index 947e167..1e44bff 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -336,6 +336,9 @@ all: release $(CAT32) core: setup $(TKSTUBLIB) $(TKLIB) cwish: $(WISHC) install: install-binaries install-libraries install-docs +!if $(SYMBOLS) +install: install-pdbs +!endif tktest: setup $(TKTEST) $(CAT32) setup: default-setup @@ -516,6 +519,11 @@ install-docs: !endif # "emacs font-lock highlighting fix +install-pdbs: + @echo Installing debug symbols + @$(CPY) "$(OUT_DIR)\*.pdb" "$(BIN_INSTALL_DIR)\" +# "emacs font-lock highlighting fix + #--------------------------------------------------------------------- # Special case object file targets #--------------------------------------------------------------------- -- cgit v0.12