[ros-diffs] [cfinck] 29316: - 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)
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Sun Sep 30 18:01:17 CEST 2007
Author: cfinck
Date: Sun Sep 30 20:01:17 2007
New Revision: 29316
URL: http://svn.reactos.org/svn/reactos?rev=29316&view=rev
Log:
- 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)
Modified:
trunk/rosapps/directory.rbuild
trunk/rosapps/smartpdf/smartpdf.rbuild
Modified: trunk/rosapps/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/directory.rbuild?rev=29316&r1=29315&r2=29316&view=diff
==============================================================================
--- trunk/rosapps/directory.rbuild (original)
+++ trunk/rosapps/directory.rbuild Sun Sep 30 20:01:17 2007
@@ -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>
Modified: trunk/rosapps/smartpdf/smartpdf.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/smartpdf/smartpdf.rbuild?rev=29316&r1=29315&r2=29316&view=diff
==============================================================================
--- trunk/rosapps/smartpdf/smartpdf.rbuild (original)
+++ trunk/rosapps/smartpdf/smartpdf.rbuild Sun Sep 30 20:01:17 2007
@@ -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" />
More information about the Ros-diffs
mailing list