Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/make/gmake_solution.c')
-rw-r--r--src/actions/make/gmake_solution.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/actions/make/gmake_solution.c b/src/actions/make/gmake_solution.c
new file mode 100644
index 0000000..5351441
--- /dev/null
+++ b/src/actions/make/gmake_solution.c
@@ -0,0 +1,19 @@
+/**
+ * \file gmake_solution.c
+ * \brief GNU makefile solution generation functions.
+ * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
+ */
+
+#include <assert.h>
+#include <stdlib.h>
+#include <string.h>
+#include "premake.h"
+#include "make.h"
+#include "make_solution.h"
+#include "base/buffers.h"
+#include "base/cstr.h"
+#include "base/path.h"
+#include "base/strings.h"
+
+
+