Current Bochs Trunk Win7 VC++2010 Express IDE vs. nmake output inconsistencies

Mark Tague <[email protected]> Sun, 30 Mar 2014 11:11:05 -0400
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <[email protected]>
Hi,

This message was originally sent 03/26/2014. I am resending since I had
not received a reply nor seen any related posting on the mailing list.
I am assuming that the only way for someone to see this is to be signed
up for the mailing list, so I am now signed up and not sure if
confirmation went through.

Environment: Windows 7, Cygwin configuration; VC++ 2010 Express IDE vs.
nmake

I wish to report the following inconsistencies with the output:

Output from the IDE:
  5   .exe files
  0   .o   files
  0   .a   files
  0   .dll files
  14  .lib files
  269 .obj files

Output from the nmake
 12   .a files
 241  .o files
 6    .exe files  (one is misc\sb16\sb16ctrl.exe, not part of the
regular build, not necessarily an problem.)

This has an impact on nmake clean
>From a Windows perspective the naming convention would normally be:
  .obj instead of .o
  .lib instead of .a

Thanks,
Mark T.

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com


------------------------------------------------------------------------------