File: README.VC2005Express

package info (click to toggle)
torcs 1.3.3%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 620,556 kB
  • ctags: 14,091
  • sloc: cpp: 81,695; xml: 64,726; ansic: 9,746; makefile: 2,039; sh: 1,134
file content (22 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
In order to compile with VC++2005 express you will need to do some modifications in the project.

First don't forget to run the files :

setup_win32.bat
setup_win32-data-from-CVS.bat

PRIOR to anything else.

Then open the TORCS.dsw file with VC++ and do the fllowing changes :

1. Select "Release" instead of "Debug" as a configuration.

2. in wtorcs -> Source Files (Solution explorer) exclude torcs.rc

3. in client -> Source Files add the file errno.cpp to the solution (located in src/libs/client)

4. change in the properties of all the sub-projects :
	in "Configuration Properties -> Link Editor -> Entry : Ignore Specific Library"
	change LIBCD in LIBC if present.

Compile.