Custom Query (16363 matches)
Results (1405 - 1407 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #16162 | fixed | Bug introduced in changeset 2993 | ||
| Description |
Changeset 2993 introduce a bug: vbs is not parsed anymore. vvs is checked instead. |
|||
| #145 | fixed | Bug of configure.vbs | ||
| Description |
When i was try to structure the build environment,I found the line 930 of configure.vbs can not find the PlatformSDK's root directory when run the script without parameter "--with-sdk=PATH", line 930:if (strPathPSDK = "") And (str <> "") then I change the line to line 930:if (strPathPSDK = "") And (str = "") then and it's work well. another is in sub CheckForWin2k3DDK
should put after
|
|||
| #146 | duplicate | Bug of configure.vbs | ||
| Description |
When i was try to structure the build environment,I found the line 930 of configure.vbs can not find the PlatformSDK's root directory when run the script without parameter "--with-sdk=PATH", line 930:if (strPathPSDK = "") And (str <> "") then I change the line to line 930:if (strPathPSDK = "") And (str = "") then and it's work well. another is in sub CheckForWin2k3DDK
should put after
|
|||

