Skip to content

Commit

Permalink
Windows 2000 binary compatibility instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd committed Feb 20, 2011
1 parent c2a510e commit ad5e680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VisualStudio2010_setup.txt
Expand Up @@ -7,4 +7,6 @@ Release builds (ensure linking dynamically with OS copy of msvcrt.dll):

5) Install the Windows DDK
6) Add DDK lib to front of Library Directories (e.g., C:\WinDDK\7600.16385.1\lib\Crt\i386;)
7) Disable _ftol2_sse by adding "/QIfist" to Additional Options under C/C++ Command Line
7) Disable _ftol2_sse by adding "/QIfist" to Additional Options under C/C++ Command Line
8) Allow Windows 2000 compatibility by adding the following to linker command line:
/SUBSYSTEM:WINDOWS,5.00 /OSVERSION:5.00

0 comments on commit ad5e680

Please sign in to comment.