]> git.saurik.com Git - wxWidgets.git/commitdiff
upgraded bakefile to empy-3.1.1, it has more readable templates syntax
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 30 Sep 2003 06:30:24 +0000 (06:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 30 Sep 2003 06:30:24 +0000 (06:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/formats/wx24dsp.empy

index 04d96746c4e7997dbdd761cdc648fbbc6c3bfea1..8827f35bdfda6aa90f283b469bcfd937dc65f336 100644 (file)
@@ -318,24 +318,24 @@ LIB32=link.exe -lib
 # Name "wxWindows - Win32 Release"
 # Name "wxWindows - Win32 Debug"
 # Name "wxWindows - Win32 Release With Debug Info"
-@[for group in SOURCES:@
+@[for group in SOURCES]@
 # Begin Group "@group[0]"
 
 # PROP Default_Filter ""
-@[for src in group[1]:@
+@[for src in group[1]]@
 # Begin Source File
 
 SOURCE=.\@src[4:].replace('/','\\')
-@[if src=='src/msw/dummy.cpp':@
+@[if src=='src/msw/dummy.cpp']@
 # ADD CPP /Yc"wx/wxprec.h"
-]@
-@[if src.endswith('.c'):@
+@[end if]@
+@[if src.endswith('.c')]@
 # SUBTRACT CPP /YX /Yc /Yu
-]@
+@[end if]@
 # End Source File
-]@
+@[end for]@
 # End Group
-]@
+@[end for]@
 # Begin Group "Headers"
 
 # PROP Default_Filter ""
@@ -440,18 +440,18 @@ InputPath=..\include\wx\msw\setup.h
 
 # End Source File
 # End Group
-@[for group in HEADERS:@
+@[for group in HEADERS]@
 # Begin Group "@group[0]"
 
 # PROP Default_Filter ""
-@[for hdr in group[1]:@
+@[for hdr in group[1]]@
 # Begin Source File
 
 SOURCE=..\include\@hdr.replace('/','\\')
 # End Source File
-]@
+@[end for]@
 # End Group
-]@
+@[end for]@
 # End Group
 # End Target
 # End Project