On 04/04/13 19:54, Pete Batard wrote:
On 2013.04.04 14:45, Toby Gray wrote:
Would it make sense to create a zip of the symbols for the pre-compiled
binaries available on sourceforge?
Well, I guess if we do, we might as well make that part of the Windows
binary generation process, since I get to generate them then. It's a
simple matter of adding a couple of extra copy lines to the bd.cmd
private script.

Sounds good to me. I was meaning to try to find time to setup the WDK and MingW so that I could send in a patch for the two build scripts in .private, but it sounds like you don't need a patch as you've already done it.

I will modify the bwince.cmd that I send previously to copy the pdb files though. I've attached a patch on top of my previously sent bwince.cmd patch. I'm happy to merge the patches and send a new patch which adds bwince.cmd with this change already if you prefer.

Regards,

Toby
>From 9f482ce56bdc5f3255e72841e456f4b32caabad0 Mon Sep 17 00:00:00 2001
From: Toby Gray <toby.g...@realvnc.com>
Date: Thu, 11 Apr 2013 12:16:31 +0100
Subject: [PATCH] WinCE: Adding archiving of .pdb files for dlls.

---
 .private/bwince.cmd |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.private/bwince.cmd b/.private/bwince.cmd
index a535dce..555e3b2 100755
--- a/.private/bwince.cmd
+++ b/.private/bwince.cmd
@@ -44,7 +44,8 @@ for %%A in (%WINCE_TARGET_ARCHES%) do (
 	copy %%A\%MSBUILD_CONFIGURATION%\examples\listdevs.exe %WINCE_TARGET_DIR%\examples\%%A
 	copy %%A\%MSBUILD_CONFIGURATION%\examples\xusb.exe %WINCE_TARGET_DIR%\examples\%%A
 	copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.lib %WINCE_TARGET_DIR%\%%A\dll
-	copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.dll %WINCE_TARGET_DIR%\%%A\dll )
+	copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.dll %WINCE_TARGET_DIR%\%%A\dll
+	copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.pdb %WINCE_TARGET_DIR%\%%A\dll )
 
 goto done
 
-- 
1.7.9

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to