VSNet.Readme 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. // VS.Net 2003 port
  2. // 2/8/2004 - Kirth Gersen / KGJV / kgersen@hotmail.com
  3. //
  4. // 1st "raw" attempt to get the sources compile under VS.Net 2003
  5. // created a project for major modules
  6. // tweaked some includes to accomodate compiler changes
  7. // 2/12/2004 - Kirth Gersen / KGJV / kgersen@hotmail.com
  8. //
  9. // global changes:
  10. // added /GR- option
  11. // fixed runtime lib model
  12. // ZLib, Effect, Guids, Engine:
  13. // tuned options (for Debug configuration)
  14. // Utility
  15. // fixed error C2475 (see listwrappers.h)
  16. // mdlc:
  17. // fixed code gen mode and linking.
  18. // successful port in Debug configuration. mdlc.exe tested ok.
  19. // 2/13/2004 - Kirth Gersen / KGJV / kgersen@hotmail.com
  20. //
  21. // added xmunge project
  22. // problem with d3drm.lib not found in VS.Net lib. Added path to d3drm.lib from DX7 (temporary fix)
  23. // Zlib
  24. // fixed 2 problems with zlib/zmath.h (FullMark's feedback)
  25. // TODO
  26. // finish porting some modules (like Club,cvh,...)
  27. // finish porting the various parameters of the makefiles in the projects properties (defines,includes, libs mainly)
  28. // add dependencies between projects
  29. // fix precompiled headers
  30. // find/rebuild missing files for AGC project (..\Test\Inc\ScrRun.idl, ..\Test\TCAtl\VersionInfoImpl.idl)