<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 16-10-2023 22:53, Dave Mielke wrote:<br>
</div>
<blockquote type="cite"
cite="mid:ZS2iu7IshBkKIDTJ@beta.private.mielke.cc"><span
style="white-space: pre-wrap">In the end, I'm asking how do I convert what we're using now to bdist_egg?</span></blockquote>
<p><br>
</p>
<p>Here is a diff:</p>
<p><br>
</p>
<p>diff --git a/Bindings/Python/Makefile.in
b/Bindings/Python/Makefile.in<br>
index c5bcf62fe..3738c4c33 100644<br>
--- a/Bindings/Python/Makefile.in<br>
+++ b/Bindings/Python/Makefile.in<br>
@@ -50,7 +50,7 @@ $(PYTHON_API): brlapi.auto.c $(API_HDRS) |
$(INSTALLED_FILES) brlapi<br>
set -- $(V_setup) build --build-temp .; \<br>
[ "@host_os@" != "mingw32" ] || set -- "$${@}" --compiler
mingw32; \<br>
"$(PYTHON)" ./setup.py "$${@}"<br>
- [ "@host_os@" != "mingw32" ] || "$(PYTHON)" ./setup.py
$(V_setup) bdist_wininst --skip-build<br>
+ [ "@host_os@" != "mingw32" ] || "$(PYTHON)" ./setup.py
$(V_setup) bdist_egg --skip-build<br>
<br>
$(INSTALLED_FILES):<br>
touch $(INSTALLED_FILES)<br>
<br>
</p>
</body>
</html>