NPODB. I am not sure if we need to set the stack so high. Testing without increase the stack beyond default seams to offer no change.

This commit is contained in:
dougt%meer.net 2005-08-04 15:58:27 +00:00
Родитель bc60e04b98
Коммит 50785cd5a5
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -32,7 +32,7 @@ main(int argc, char **argv)
args[i++] = "/DDEPRECATE_SUPPORTED";
args[i++] = "/DSTDC_HEADERS";
args[i++] = "/F5000000";
// args[i++] = "/F5000000";
args[i++] = "/Gy"; // For link warning LNK1166
// args[i++] = "/Gf";
@ -78,7 +78,7 @@ main(int argc, char **argv)
if (link)
{
args[i++] = "/link";
args[i++] = "-STACK:0x5000000,0x100000";
// args[i++] = "-STACK:0x5000000,0x100000";
args[i++] = "-ENTRY:mainACRTStartup";
args[i++] = "-SUBSYSTEM:WINDOWSCE,4.20";

Просмотреть файл

@ -32,7 +32,7 @@ main(int argc, char **argv)
args[i++] = "/NODEFAULTLIB:LIBC";
args[i++] = "/NODEFAULTLIB:OLDNAMES";
args[i++] = "/STACK:0x5000000,0x100000";
// args[i++] = "/STACK:0x5000000,0x100000";
// if -DLL is not passed, then change the entry to 'main'
while(argv[j])