!Esenthel Changes.txt 825 B

1234567891011121314151617
  1. Use "Release" config (faster than "ReleaseWithoutAsm", 3 seconds vs 5 seconds for "Engine.pak" compression)
  2. Zlib requires however downloading precompiled *.obj files
  3. those from masmx86 need to be recompiled manually using the bld_ml32.bat with /safeseh option added:
  4. "D:\Prog\Microsoft Visual Studio 2005\VC\bin\ml" /coff /Zi /c /Flmatch686.lst /safeseh match686.asm
  5. "D:\Prog\Microsoft Visual Studio 2005\VC\bin\ml" /coff /Zi /c /Flinffas32.lst /safeseh inffas32.asm
  6. You need to have Visual Studio 2005 Express
  7. http://go.microsoft.com/fwlink/?LinkId=51410&clcid=0x409
  8. and Microsoft Macro Assembler 8.0 (MASM) Package (x86)
  9. http://www.microsoft.com/en-us/download/details.aspx?id=12654
  10. Remove "Zlib.rc" and "Zlib.def" elements from project
  11. Remove "ZLIB_WINAPI" from Project Settings
  12. C/C++
  13. Preprocessor Definitions