- 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:
Colin Finck 2007-09-30 16:01:17 +00:00
parent c0ff78a908
commit 13ef403787
2 changed files with 10 additions and 4 deletions

View file

@ -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>

View file

@ -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" />