summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/bor.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/bor.mpd')
-rw-r--r--bin/MakeProjectCreator/templates/bor.mpd14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/MakeProjectCreator/templates/bor.mpd b/bin/MakeProjectCreator/templates/bor.mpd
index 1e3cef6caa8..31d33b1fdfc 100644
--- a/bin/MakeProjectCreator/templates/bor.mpd
+++ b/bin/MakeProjectCreator/templates/bor.mpd
@@ -22,9 +22,6 @@ OBJFILES = \
<%if(libpaths)%>
LFLAGS = \
-<%if(linkflags)%>
- <%linkflags%> \
-<%endif%>
<%if(StackReserveSize)%>
/S:<%StackReserveSize%> \
<%endif%>
@@ -57,14 +54,6 @@ RESDIR = <%rcdir%>
<%if(resource_files)%>
RESOURCE =<%foreach(resource_files)%> $(OBJDIR)\<%basenoextension(resource_file)%>.res<%endfor%>
-
-<%if(includes)%>
-RC_FLAGS = \
-<%foreach(includes)%>
- -i"<%include%>"<%fornotlast(" \\")%>
-<%endfor%>
-<%endif%>
-
<%endif%>
!ifdef STATIC
@@ -91,9 +80,6 @@ CFLAGS = \
# -D<%pch_define%> \
<%endfor%>
<%endif%>
-<%if(compile_flags)%>
- <%compile_flags%> \
-<%endif%>
<%foreach(macros)%>
-D<%macro%> \
<%endfor%>