Author: tkreuzer
Date: Sun Sep 30 17:48:53 2007
New Revision: 29310
URL:
http://svn.reactos.org/svn/reactos?rev=29310&view=rev
Log:
reorder libs in rbuild file, reducing the number of unresolved references to 4
Modified:
trunk/rosapps/smartpdf/smartpdf.rbuild
Modified: trunk/rosapps/smartpdf/smartpdf.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/smartpdf/smartpdf.rbuild?r…
==============================================================================
--- trunk/rosapps/smartpdf/smartpdf.rbuild (original)
+++ trunk/rosapps/smartpdf/smartpdf.rbuild Sun Sep 30 17:48:53 2007
@@ -1,4 +1,4 @@
-<module name="smartpdf" type="win32cui"
installbase="system32" installname="smartpdf.exe"
allowwarnings="true" stdlib="host">
+<module name="smartpdf" type="win32gui"
installbase="system32" installname="smartpdf.exe"
allowwarnings="true" stdlib="host">
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
@@ -9,11 +9,11 @@
<library>shell32</library>
<library>user32</library>
<library>winspool</library>
+ <library>fitz</library>
+ <library>poppler</library>
+ <library>freetype</library>
<library>libjpeg</library>
<library>zlib</library>
- <library>freetype</library>
- <library>fitz</library>
- <library>poppler</library>
<define name="__USE_W32API" />
<define name="WIN32" />
<define name="_WIN32" />