[Kde-bindings] playground/bindings/kimono
Arno Rehn
kde at arnorehn.de
Mon Jan 29 15:48:35 UTC 2007
SVN commit 628232 by arnorehn:
* Fixed compiler options in examples to use -r instead of -addmodule
CCMAIL: kde-bindings at kde.org
M +4 -0 ChangeLog
M +1 -1 examples/qdbus/listnames/CMakeLists.txt
M +2 -2 examples/qdbus/pingpong/CMakeLists.txt
M +1 -1 examples/tutorial/t1/CMakeLists.txt
M +1 -1 examples/tutorial/t10/CMakeLists.txt
M +1 -1 examples/tutorial/t11/CMakeLists.txt
M +1 -1 examples/tutorial/t12/CMakeLists.txt
M +1 -1 examples/tutorial/t13/CMakeLists.txt
M +1 -1 examples/tutorial/t14/CMakeLists.txt
M +1 -1 examples/tutorial/t2/CMakeLists.txt
M +1 -1 examples/tutorial/t3/CMakeLists.txt
M +1 -1 examples/tutorial/t4/CMakeLists.txt
M +1 -1 examples/tutorial/t5/CMakeLists.txt
M +1 -1 examples/tutorial/t6/CMakeLists.txt
M +1 -1 examples/tutorial/t7/CMakeLists.txt
M +1 -1 examples/tutorial/t8/CMakeLists.txt
M +1 -1 examples/tutorial/t9/CMakeLists.txt
--- trunk/playground/bindings/kimono/ChangeLog #628231:628232
@@ -1,3 +1,7 @@
+2007-29-01 Arno Rehn <arno at arnorehn.de>
+
+ * Fixed compiler options in examples to use -r instead of -addmodule
+
2007-28-01 Richard Dale <rdale at foton.es>
* Commented out the QMetaObject.InvokeMethod() call in the pong.cs
--- trunk/playground/bindings/kimono/examples/qdbus/listnames/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS listnames.cs)
-ADD_CUSTOM_TARGET (listnames.exe ${GMCS_PATH} -unsafe -warn:0 -out:listnames.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (listnames.exe ${GMCS_PATH} -unsafe -warn:0 -out:listnames.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/qdbus/pingpong/CMakeLists.txt #628231:628232
@@ -1,6 +1,6 @@
SET(SRC_CS_PING ping.cs)
-ADD_CUSTOM_TARGET (ping.exe ${GMCS_PATH} -unsafe -warn:0 -out:ping.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS_PING})
+ADD_CUSTOM_TARGET (ping.exe ${GMCS_PATH} -unsafe -warn:0 -out:ping.exe -r:../../../qt-dotnet.dll ${SRC_CS_PING})
SET(SRC_CS_PONG pong.cs)
-ADD_CUSTOM_TARGET (pong.exe ${GMCS_PATH} -unsafe -warn:0 -out:pong.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS_PONG})
+ADD_CUSTOM_TARGET (pong.exe ${GMCS_PATH} -unsafe -warn:0 -out:pong.exe -r:../../../qt-dotnet.dll ${SRC_CS_PONG})
--- trunk/playground/bindings/kimono/examples/tutorial/t1/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t1.cs)
-ADD_CUSTOM_TARGET (t1.exe ${GMCS_PATH} -unsafe -warn:0 -out:t1.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t1.exe ${GMCS_PATH} -unsafe -warn:0 -out:t1.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t10/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t10.cs)
-ADD_CUSTOM_TARGET (t10.exe ${GMCS_PATH} -unsafe -warn:0 -out:t10.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t10.exe ${GMCS_PATH} -unsafe -warn:0 -out:t10.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t11/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS cannonfield.cs lcdrange.cs main.cs)
-ADD_CUSTOM_TARGET (t11.exe ${GMCS_PATH} -unsafe -warn:0 -out:t11.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t11.exe ${GMCS_PATH} -unsafe -warn:0 -out:t11.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t12/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS cannonfield.cs lcdrange.cs main.cs)
-ADD_CUSTOM_TARGET (t12.exe ${GMCS_PATH} -unsafe -warn:0 -out:t12.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t12.exe ${GMCS_PATH} -unsafe -warn:0 -out:t12.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t13/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS cannonfield.cs gameboard.cs lcdrange.cs main.cs)
-ADD_CUSTOM_TARGET (t13.exe ${GMCS_PATH} -unsafe -warn:0 -out:t13.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t13.exe ${GMCS_PATH} -unsafe -warn:0 -out:t13.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t14/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS cannonfield.cs gameboard.cs lcdrange.cs main.cs)
-ADD_CUSTOM_TARGET (t14.exe ${GMCS_PATH} -unsafe -warn:0 -out:t14.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t14.exe ${GMCS_PATH} -unsafe -warn:0 -out:t14.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t2/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t2.cs)
-ADD_CUSTOM_TARGET (t2.exe ${GMCS_PATH} -unsafe -warn:0 -out:t2.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t2.exe ${GMCS_PATH} -unsafe -warn:0 -out:t2.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t3/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t3.cs)
-ADD_CUSTOM_TARGET (t3.exe ${GMCS_PATH} -unsafe -warn:0 -out:t3.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t3.exe ${GMCS_PATH} -unsafe -warn:0 -out:t3.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t4/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t4.cs)
-ADD_CUSTOM_TARGET (t4.exe ${GMCS_PATH} -unsafe -warn:0 -out:t4.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t4.exe ${GMCS_PATH} -unsafe -warn:0 -out:t4.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t5/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t5.cs)
-ADD_CUSTOM_TARGET (t5.exe ${GMCS_PATH} -unsafe -warn:0 -out:t5.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t5.exe ${GMCS_PATH} -unsafe -warn:0 -out:t5.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t6/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t6.cs)
-ADD_CUSTOM_TARGET (t6.exe ${GMCS_PATH} -unsafe -warn:0 -out:t6.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t6.exe ${GMCS_PATH} -unsafe -warn:0 -out:t6.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t7/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS lcdrange.cs)
-ADD_CUSTOM_TARGET (t7.exe ${GMCS_PATH} -unsafe -warn:0 -out:t7.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t7.exe ${GMCS_PATH} -unsafe -warn:0 -out:t7.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t8/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t8.cs)
-ADD_CUSTOM_TARGET (t8.exe ${GMCS_PATH} -unsafe -warn:0 -out:t8.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t8.exe ${GMCS_PATH} -unsafe -warn:0 -out:t8.exe -r:../../../qt-dotnet.dll ${SRC_CS})
--- trunk/playground/bindings/kimono/examples/tutorial/t9/CMakeLists.txt #628231:628232
@@ -1,3 +1,3 @@
SET(SRC_CS t9.cs)
-ADD_CUSTOM_TARGET (t9.exe ${GMCS_PATH} -unsafe -warn:0 -out:t9.exe -addmodule:../../../qt-dotnet.dll ${SRC_CS})
+ADD_CUSTOM_TARGET (t9.exe ${GMCS_PATH} -unsafe -warn:0 -out:t9.exe -r:../../../qt-dotnet.dll ${SRC_CS})
More information about the Kde-bindings
mailing list