mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[CALC]
- Workaround linking to msvcrt in rbuild, patch by Alexander Yastrebov See issue #6358 for more details. svn path=/trunk/; revision=52678
This commit is contained in:
parent
88c567d127
commit
eaf86bb07c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe" unicode="yes">
|
||||
<include base="calc">.</include>
|
||||
<define name="DISABLE_HTMLHELP_SUPPORT">1</define>
|
||||
<library>msvcrt</library>
|
||||
<library>advapi32</library>
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
|
|
Loading…
Reference in a new issue