Whoever added the RC resource information to the source tree for the
0.9.8 Win32 build, major kudos from my corner. That will get a number
of people off my case on the Win32 binaries.
Of course, the natural thing people are going to want next is version
information for all of the .exe files. Any possibility of getting this
in before 0.9.8 goes official?
Now that the RC file exists...any plans on adding a couple nice-looking
icons for the various programs?
Also, in the most recent builds of 0.9.8, nmake keeps giving a warning
early on in the build while copying the last few .h files for the static
libs _only_ (the DLL build process is fine). I believe I have
pinpointed the problem - two .h files with the same name are in the
nt.mak file:
NMAKE : warning U4004: too many rules for target 'tmp32\e_4758cca_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_aep_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_atalla_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_cswift_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_gmp_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_chil_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_nuron_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_sureware_err.h'
NMAKE : warning U4004: too many rules for target 'tmp32\e_ubsec_err.h'
Caused by:
$(INCL_D)\testdsa.h $(INCL_D)\testrsa.h $(INCL_D)\e_4758cca_err.h \
$(INCL_D)\e_4758cca_err.h $(INCL_D)\e_aep_err.h $(INCL_D)\e_aep_err.h \
$(INCL_D)\e_atalla_err.h $(INCL_D)\e_atalla_err.h $(INCL_D)\e_cswift_err.h \
$(INCL_D)\e_cswift_err.h $(INCL_D)\e_gmp_err.h $(INCL_D)\e_gmp_err.h \
$(INCL_D)\e_chil_err.h $(INCL_D)\e_chil_err.h $(INCL_D)\e_nuron_err.h \
$(INCL_D)\e_nuron_err.h $(INCL_D)\e_sureware_err.h
$(INCL_D)\e_sureware_err.h \
$(INCL_D)\e_ubsec_err.h $(INCL_D)\e_ubsec_err.h
Not sure why this is showing up only in nt.mak and not in ntdll.mak.
Thomas Hruska
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]