From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- qtsharp/src/bindings/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtsharp/src/bindings/Makefile.am') diff --git a/qtsharp/src/bindings/Makefile.am b/qtsharp/src/bindings/Makefile.am index 9732e2ec..9fffe16d 100644 --- a/qtsharp/src/bindings/Makefile.am +++ b/qtsharp/src/bindings/Makefile.am @@ -1,9 +1,9 @@ all: Qt.dll -QWidget.cs: +TTQWidget.cs: $(CLI) ../generator/generator.exe -f ../api/qt.xml -d . -Qt.dll: QWidget.cs $(wildcard *.cs) $(wildcard static/*.cs) +Qt.dll: TQWidget.cs $(wildcard *.cs) $(wildcard static/*.cs) cp static/*.cs . csant -D$(CSC_NAME)=$(CSC) -C $(CSC_NAME) -- cgit v1.2.1