mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
- Use unicode="yes", so a Unicode entry point can be used. This fixes the last linking issue and this way we also don't need the other UNICODE defines
- Add smartpdf to the "directory.rbuild" of rosapps (but commented out, as I'm not sure if it builds well for everyone now) svn path=/trunk/; revision=29316
This commit is contained in:
parent
c0ff78a908
commit
13ef403787
2 changed files with 10 additions and 4 deletions
|
@ -88,7 +88,15 @@
|
|||
<directory name="screenshot">
|
||||
<xi:include href="screenshot/screenshot.rbuild" />
|
||||
</directory>
|
||||
|
||||
|
||||
<!--
|
||||
<directory name="smartpdf">
|
||||
<xi:include href="smartpdf/fitz.rbuild" />
|
||||
<xi:include href="smartpdf/poppler.rbuild" />
|
||||
<xi:include href="smartpdf/smartpdf.rbuild" />
|
||||
</directory>
|
||||
-->
|
||||
|
||||
<directory name="sysutils">
|
||||
<xi:include href="sysutils/sysutils.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<module name="smartpdf" type="win32gui" installbase="system32" installname="smartpdf.exe" allowwarnings="true" stdlib="host">
|
||||
<module name="smartpdf" type="win32gui" installbase="system32" installname="smartpdf.exe" allowwarnings="true" stdlib="host" unicode="yes">
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
|
@ -18,8 +18,6 @@
|
|||
<define name="WIN32" />
|
||||
<define name="_WIN32" />
|
||||
<define name="_WINDOWS" />
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="_DEBUG" />
|
||||
<define name="DEBUG" />
|
||||
<define name="USE_OWN_GET_AUTH_DATA" />
|
||||
|
|
Loading…
Reference in a new issue