]> git.saurik.com Git - wxWidgets.git/commitdiff
No res-include for rpmspec wx24dsp
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 1 Mar 2005 14:13:22 +0000 (14:13 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 1 Mar 2005 14:13:22 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 898c1e419755b4cab834382fce06796a7fa6d078..a5daf1c3a191a221b6a8ca08984834364df2e712 100644 (file)
@@ -527,10 +527,10 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
         <!-- version info resources: -->
         <if cond="FORMAT not in ['rpmspec','wx24dsp']"> <!-- FIXME: fix for bkl-0.1.7 only, remove the cond later -->
             <res-define>WXDLLNAME=$(WXDLLNAME)</res-define>
+            <res-include cond="FORMAT=='autoconf'">
+                $(TOP_SRCDIR)include
+            </res-include>
         </if>
-        <res-include cond="FORMAT=='autoconf'">
-            $(TOP_SRCDIR)include
-        </res-include>
         <win32-res>src/msw/version.rc</win32-res>
     </template>