From 3673ff7cec6896ff3d3aaf7f19027c510a15bcda Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Sch=C3=A4fer?= Date: Thu, 8 Nov 2012 20:13:00 +0100 Subject: [PATCH] Added CodeBlocks project file with Windows build target --- .gitignore | 3 + l2e.cbp | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) create mode 100644 l2e.cbp diff --git a/.gitignore b/.gitignore index ce12879..6bcdc12 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ Debug/l2e Release/l2e shots/ +bin/* +l2e.depend +l2e.layout diff --git a/l2e.cbp b/l2e.cbp new file mode 100644 index 0000000..f221067 --- /dev/null +++ b/l2e.cbp @@ -0,0 +1,205 @@ + + + + + + -- 2.39.2