Displaying 1 result from an estimated 1 matches for "pythonexemsvr".
Did you mean:
pythonexemsvres
2009 Jan 19
0
compiling python2.5 (msys+mingw+wine) using msvcr80 assemblies
...n_2.5_8.0_mingw_exe.manifest
you could get away with 2 24 PC/..... and could exclude the #include
3) added a rule to Makefile.pre.in to create the .res as a binary:
# This rule builds the .res file for the Python EXE, required when
# linking and using msvcrt80 or above. good luck to us all...
$(PYTHONEXEMSVRES): $(srcdir)/PC/python_$(VERSION)_$(MSRTVER)_exe.manifest \
$(srcdir)/PC/python_$(VERSION)_$(MSRTVER)_mingw_exe.rc
windres --input $(srcdir)/PC/python_$(VERSION)_$(MSRTVER)_mingw_exe.rc \
--output $(PYTHONEXEMSVRES) \
--output-format=coff
4) added $...