Done (using diff -u). The wscript is significantly different and has been reordered, so a diff wouldn't be much use.
I the wscript is in a tar file to shut google up. On Saturday, 9 November 2013 05:47:07 UTC+10, Martin Z wrote: > > On Thursday 07 of November 2013 16:00:28 dilbert wrote: > > I had to modify two files (common/stb.h and windows/utils.c) to get the > > bootloader to build on MinGW (attached). > > Could you rather provide your changes as diff files? > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
--- stb.h Wed Mar 20 22:22:22 2013
+++ stb.h Sat Nov 09 12:30:00 2013
@@ -222,6 +222,10 @@
#include <stdint.h> // intptr_t/uintptr_t types
#endif
+#ifdef WAF
+ #include "waf_config_stb.h" // dynamically generated by waf build system
+#endif
+
#ifdef STB_PERSONAL
typedef int Bool;
#define False 0
--- utils.c Wed Mar 20 22:22:22 2013
+++ utils.c Sat Nov 09 12:30:00 2013
@@ -38,6 +38,9 @@
#define STATUS_SXS_EARLY_DEACTIVATION 0xC015000F
#endif
+#ifdef WAF
+#include "waf_config_utils.h" // dynamically generated by waf build system
+#endif
int IsXPOrLater(void)
{
wscript.tar
Description: Unix tar archive
