Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12516/wxLua/bindings/wxwidgets
Added Files:
Makefile
Log Message:
remove unused files
move the binding makefile into the bindings/wxwidgets
--- NEW FILE: Makefile ---
#
# File: makefile.unx
# Author: J Winwood
# Created: 2002
# Updated:
# Copyright: (c) 2002. J Winwood
#
#
# Makefile for generating the bindings
WXLUA = ../..
include $(WXLUA)/bindings/wxwidgets/wrappers.lst
THEWRAPPERS=$(addprefix $(WXLUA)/bindings/wxwidgets/, $(WRAPPERS))
DEPFILES=luasetup.h.in $(WXLUA)/bindings/genwxbind.lua $(WXLUA)/bindings/wxwidgets/override.hpp # $(THEWRAPPERS)
all: genwxbind
genwxbind: $(DEPFILES)
@(cd $(WXLUA)/bindings && ../bin/lua -e"rulesFilename=\"wxwidgets/wx.rules\"" genwxbind.lua > wxwidgets/error.txt)
# do nothing to clean
clean:
|