]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Integration with Arctic Core Builder Empty Toolchain
authortojo <devnull@localhost>
Wed, 10 Feb 2010 15:01:08 +0000 (16:01 +0100)
committertojo <devnull@localhost>
Wed, 10 Feb 2010 15:01:08 +0000 (16:01 +0100)
scripts/empty_toolchain_makefile [new file with mode: 0644]

diff --git a/scripts/empty_toolchain_makefile b/scripts/empty_toolchain_makefile
new file mode 100644 (file)
index 0000000..f444d8c
--- /dev/null
@@ -0,0 +1,29 @@
+\r
+inc: all\r
+\r
+clean: all\r
+\r
+all:\r
+       @echo ""\r
+       @echo "***"\r
+       @echo "* You are building Arctic Core using the Empty Toolchain."\r
+       @echo "* This toolchain is designed to produce nothing, but to integrate well with Arctic Studio."\r
+       @echo "* "\r
+       @echo "* You are probably seeing this message for one of the following reasons:"\r
+       @echo "*       1. You are using the Arctic Studio 'Build All' command."\r
+       @echo "*          There is no harm in this. However, if you don't want to see this message, you can build just your own project"\r
+       @echo "*          by marking your project in the Project Explorer and using the 'Build Project' command instead."\r
+       @echo "* "\r
+       @echo "*       2. You have 'Build automatically' activated."\r
+       @echo "*          There is no harm in this either. Just deselect it in the Project menu to stop rebuilding on every save."\r
+       @echo "* "\r
+       @echo "*       3. Your workspace setup is wrong."\r
+       @echo "*          If you are developing an application for Arctic Core you should put all your code in a separate C-project."\r
+       @echo "*          This project should then reference the Arctic Core source code project. Please refer to"\r
+       @echo "*          http://arccore.com/wiki/Quick-start_Tutorial for instructions on setting up your workspace."\r
+       @echo "* "\r
+       @echo "* Arctic Studio keeps a separate console for each of the projects in the workspace. To view the log for another project"\r
+       @echo "* simply select that project in the Project Explorer."\r
+       @echo "* "\r
+       @echo "*** DONE"\r
+\r
\ No newline at end of file