1
0
forked from 0ad/0ad

Suggest more Debian-compatible install paths

This was SVN commit r7945.
This commit is contained in:
Ykkrosh 2010-08-14 19:39:50 +00:00
parent 8967395da6
commit 025b7960f8

View File

@ -6,9 +6,9 @@ addoption("icc", "Use Intel C++ Compiler (Linux only; should use either \"--cc i
addoption("outpath", "Location for generated project files")
addoption("without-tests", "Disable generation of test projects")
addoption("without-pch", "Disable generation and usage of precompiled headers")
addoption("bindir", "Directory for executables (typically '/usr/games/bin'); default is to be relocatable")
addoption("bindir", "Directory for executables (typically '/usr/games'); default is to be relocatable")
addoption("datadir", "Directory for data files (typically '/usr/share/games/0ad'); default is ../data/ relative to executable")
addoption("libdir", "Directory for libraries (typically '/usr/games/lib'); default is ./ relative to executable")
addoption("libdir", "Directory for libraries (typically '/usr/lib/games/0ad'); default is ./ relative to executable")
dofile("functions.lua")
dofile("extern_libs.lua")