1
0
forked from 0ad/0ad

Fix building with NVTT

This was SVN commit r8309.
This commit is contained in:
Ykkrosh 2010-10-08 10:42:23 +00:00
parent 43b110a43b
commit 7b6775ee9f

View File

@ -164,7 +164,7 @@ extern_lib_defs = {
},
nvtt = {
win_names = { "nvtt" },
unix_names = { "nvtt" },
unix_names = { "nvcore", "nvmath", "nvimage", "nvtt" },
defines = { "NVTT_SHARED=1" },
dbg_suffix = "", -- for performance we always use the Release-mode version
},