]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 17:10:14 +0000 (17:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 17:10:14 +0000 (17:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 1c844870cf33696faf46834b6c236f8350c5a2cf..15a5fe93078af385258858ba19b22a1d340b8e08 100644 (file)
@@ -3377,7 +3377,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     </set>
     <set var="ADVANCED_HDR" hints="files">
         <if cond="WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)</if>
-        <if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIX_HDR)</if>
+        <if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)</if>
     </set>
 
     <!-- wxMedia files: -->