Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1208/apps/build/bakefiles
Modified Files:
apps.bkl
Log Message:
removed Set/GetStyle for wx >= 2.7 from wxDir|FileDialog
Index: apps.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** apps.bkl 8 May 2006 15:50:47 -0000 1.37
--- apps.bkl 14 May 2006 13:11:49 -0000 1.38
***************
*** 150,152 ****
--- 150,167 ----
</exe>
+ <!-- ================================================================== -->
+ <!-- The WXLUAFREEZE application target -->
+ <!-- ================================================================== -->
+
+ <exe id="app_wxluafreeze" template="wxluaapp" cond="USE_WXLUAFREEZEAPP=='1'">
+ <sources>$(WXLUAFREEZEAPP_SRC)</sources>
+ <headers>$(WXLUAFREEZEAPP_HDR)</headers>
+
+ <exename>wxluafreeze</exename>
+ <win32-res>wxluafreeze/src/wxluafreeze.rc</win32-res>
+
+ <wxlua-allstdlibs/>
+ <wx-alllibs-req-bywxlua/>
+ </exe>
+
</makefile>
|