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.kdevelop | 61 ---------------------- .../cpp/app_templates/generichello/app.tdevelop | 61 ++++++++++++++++++++++ 2 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 languages/cpp/app_templates/generichello/app.kdevelop create mode 100644 languages/cpp/app_templates/generichello/app.tdevelop (limited to 'languages/cpp/app_templates/generichello') diff --git a/languages/cpp/app_templates/generichello/app.kdevelop b/languages/cpp/app_templates/generichello/app.kdevelop deleted file mode 100644 index 63f5ce16..00000000 --- a/languages/cpp/app_templates/generichello/app.kdevelop +++ /dev/null @@ -1,61 +0,0 @@ - - - - %{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 - - - 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.1