]> git.saurik.com Git - wxWidgets.git/commitdiff
Added gprint.cpp to bakefiles.
authorRobert Roebling <robert@roebling.de>
Mon, 1 Nov 2004 23:06:30 +0000 (23:06 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 1 Nov 2004 23:06:30 +0000 (23:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/config.bkl
build/bakefiles/files.bkl
build/bakefiles/plugins_deps.bkl

index f8d7609ee31be3a9d7fa4f8d049b1f574dfd8fa7..c95da630f5de9f7de977eded98cfa07a4b3754ac 100644 (file)
@@ -230,6 +230,7 @@ to run the tests, include CppUnit library here.
         <option name="EXTRALIBS_GUI"/>
         <option name="EXTRALIBS_OPENGL"/>
         <option name="EXTRALIBS_SDL"/>
+        <option name="EXTRALIBS_GNOMEPRINT"/>
         <option name="HOST_SUFFIX"/>
         <option name="SAMPLES_RPATH_FLAG"/>
         <option name="SAMPLES_RPATH_POSTLINK"/>
@@ -280,6 +281,7 @@ it if SHARED=1 unless you know what you are doing.
             <if cond="COMPILER=='gcc'">-lopengl32 -lglu32</if>
         </set>
         <set var="EXTRALIBS_SDL"/>
+        <set var="EXTRALIBS_GNOMEPRINT"/>
 
         <set var="WITH_PLUGIN_SDL">0</set>
 
index 71fd12260c257bfb7063a30289999a6cd41090d8..a0f53679f35c35ddc04005405f1c4df54d355e7c 100644 (file)
@@ -2511,6 +2511,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/unix/sound_sdl.cpp
 </set>
 
+<set var="GTK_PRINT_SRC_GNOME" hints="files">
+    src/gtk/gnome/gprint.cpp
+</set>
+
 <!-- ====================================================================== -->
 <!--                    Define sources for specific libraries:              -->
 <!-- ====================================================================== -->
@@ -2713,6 +2717,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     <set var="PLUGIN_ADV_SRC">
         <if cond="FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'">
             $(UNIX_SOUND_SRC_SDL)
+            $(GTK_PRINT_SRC_GNOME)
         </if>
     </set>
 
index f4a2dff09d1ddbaa77c3aaf60f3e78cd57558edd..ef88b852d477e941483ebc6b08781b7adc5a34cf 100644 (file)
@@ -10,6 +10,7 @@
     <set var="PLUGIN_ADV_EXTRALIBS">
         <if cond="USE_PLUGINS=='0'">
             $(EXTRALIBS_SDL)
+            $(EXTRALIBS_GNOMEPRINT)
         </if>
     </set>