File: readme.txt

package info (click to toggle)
0ad 0.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 51,248 kB
  • ctags: 46,933
  • sloc: cpp: 223,208; ansic: 31,240; python: 16,343; perl: 4,083; sh: 1,011; makefile: 915; xml: 733; java: 621; ruby: 229; erlang: 53; sql: 40
file content (14 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To create the Windows .lib/.dll files

The included MSVC project doesn't really work, use CMake instead. The process is fairly standard:

* Download/install CMake binaries for Windows, open CMake GUI.
* Select src as source code directory.
* Choose a build directory.
* Configure the project (Tools > Configure), select your version of MSVC.
* A few libraries will be missing, set IPHLPAPI_LIBRARY and WINSOCK2_LIBRARY variables to the appropriate SDK lib paths.
* Configure again.
* When configure is OK, generate the project (Tools > Generate).
* Open the generated MSVC solution in Visual Studio.
* Build release and debug libs (append "d" to names of output files in debug build).
* Copy the files into the right places.