Fixed #17 and #23 — added 'MULTILIB' option to cmake script and fixed 'make install'

This commit is contained in:
Alexey Prokhin
2011-12-02 18:35:02 +04:00
parent 250d8ed214
commit 7d74a801bb
5 changed files with 209 additions and 122 deletions

View File

@@ -7,11 +7,11 @@ default:
// 'switches' holds array of string that are appends to the command line
// arguments before they are parsed.
switches = [
"-I@PROJECT_BINARY_DIR@/../import",
"-I@PROJECT_BINARY_DIR@/../import",
"-I@RUNTIME_DIR@/import",
"-I@RUNTIME_DIR@/src",
"-I@PHOBOS2_DIR@/",
"-L-L@PROJECT_BINARY_DIR@/../lib",
"-L-L@PROJECT_BINARY_DIR@/../lib", @MUTILIB_ADDITIONAL_PATH@
"-defaultlib=lphobos2",
"-debuglib=lphobos2"
];