summaryrefslogtreecommitdiffstats
path: root/src/SrcHead.config
diff options
context:
space:
mode:
authorKrzysztof H <krzys_h@interia.pl>2012-03-19 12:44:39 +0100
committerKrzysztof H <krzys_h@interia.pl>2012-03-19 12:44:39 +0100
commitf7d892cf4ef6bfce3747c4b6a810d4828b79833d (patch)
tree8311c7057b5f861c387ecc8c96cd778abc47c8d8 /src/SrcHead.config
parent343cb0ce660136ac034e6106c0f151466b751398 (diff)
downloadcolobot-f7d892cf4ef6bfce3747c4b6a810d4828b79833d.tar.gz
colobot-f7d892cf4ef6bfce3747c4b6a810d4828b79833d.tar.bz2
colobot-f7d892cf4ef6bfce3747c4b6a810d4828b79833d.zip
Last coding fix ;)
Diffstat (limited to 'src/SrcHead.config')
-rw-r--r--src/SrcHead.config19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/SrcHead.config b/src/SrcHead.config
deleted file mode 100644
index 4f70e49..0000000
--- a/src/SrcHead.config
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<config>
- <headerpath>header.txt</headerpath>
- <filetypes>
- <extension comment="//">cpp</extension>
- <extension comment="//">c</extension>
- <extension comment="//">hpp</extension>
- <extension comment="//">h</extension>
- </filetypes>
- <exclude>
- <extension>generated.cs</extension>
- </exclude>
- <macros>
- <macro name="AUTHOR">Solvasoft</macro>
- <macro name="COPYRIGHT">Copyright (C) 2011 Solvasoft. All rights reserved.</macro>
- <macro name="EMAIL">info@solvasoft.nl</macro>
- <macro name="WEBSITE">http://www.solvasoft.com</macro>
- </macros>
-</config>