summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/ghs.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/ghs.mpd')
-rw-r--r--bin/MakeProjectCreator/templates/ghs.mpd16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/MakeProjectCreator/templates/ghs.mpd b/bin/MakeProjectCreator/templates/ghs.mpd
deleted file mode 100644
index fbfb6a0a870..00000000000
--- a/bin/MakeProjectCreator/templates/ghs.mpd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!build
-default:
-<%if(exename)%>
- program
-<%endif%>
-<%if(sharedname)%>
- library
- :cx_pch_option=automatic
- :outputname=<%libout%>\<%sharedname%>.lib
- :object_dir=obj
- :cx_pch_dir=pch
-<%endif%>
-<%foreach(source_files)%>
-..\<%source_file%>
- C++
-<%endfor%>