From 5fbf99bcc4d03f3001f42905d1217758c4aeac13 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 16:06:07 -0600 Subject: Finish rename from prior commit --- .../cpp/app_templates/generichello/app.tdevelop | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 languages/cpp/app_templates/generichello/app.tdevelop (limited to 'languages/cpp/app_templates/generichello/app.tdevelop') diff --git a/languages/cpp/app_templates/generichello/app.tdevelop b/languages/cpp/app_templates/generichello/app.tdevelop new file mode 100644 index 00000000..63f5ce16 --- /dev/null +++ b/languages/cpp/app_templates/generichello/app.tdevelop @@ -0,0 +1,61 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevGenericProject + C++ + + C++ + Code + + + + ShellScript + %{APPNAMELC}.prj + + src/%{APPNAMELC} + debug + + + src/%{APPNAMELC} + true + + + + optimized + GccOptions + GppOptions + G77Options + -O2 -g0 + + + --enable-debug=full + debug + GccOptions + GppOptions + G77Options + -O0 -g3 + + + + + + + + + + + + + + + + + + Doxygen Documentation Collection + %{APPNAMELC}.tag + + + -- cgit v1.2.3