Ninja: 30000 is too long for windows cmd

This commit is contained in:
Peter Kuemmel 2012-06-05 23:21:01 +02:00
parent ad4a768d59
commit 5aab7f90f1

View File

@ -484,7 +484,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
int cmdLineLimit = -1; int cmdLineLimit = -1;
#ifdef _WIN32 #ifdef _WIN32
cmdLineLimit = 30000; cmdLineLimit = 8100;
#else #else
// TODO // TODO
#endif #endif