equal
deleted
inserted
replaced
63 library ws32.lib |
63 library ws32.lib |
64 |
64 |
65 LIBRARY testexecuteutils.lib tgraphicsharness.lib |
65 LIBRARY testexecuteutils.lib tgraphicsharness.lib |
66 LIBRARY testexecutelogclient.lib |
66 LIBRARY testexecutelogclient.lib |
67 |
67 |
68 #if !defined(WINS) |
68 #if defined (WINS) |
69 LIBRARY viewsrv.lib |
|
70 #else |
|
71 START WINS |
69 START WINS |
72 win32_library gdi32.lib |
70 win32_library gdi32.lib |
73 win32_library user32.lib |
71 win32_library user32.lib |
74 win32_library kernel32.lib |
72 win32_library kernel32.lib |
75 END |
73 END |
76 #endif |
74 #endif |
77 |
75 |
78 |
|
79 // We're quite heavy on the stack... 4k in WinS isn't enough... |
76 // We're quite heavy on the stack... 4k in WinS isn't enough... |
80 EPOCSTACKSIZE 0x6000 |
77 EPOCSTACKSIZE 0x6000 |
81 EPOCHEAPSIZE 0x1000 0x400000 |
78 EPOCHEAPSIZE 0x1000 0x400000 |
82 |
79 |
83 SMPSAFE |
80 SMPSAFE |