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 'todo.txt')
-rw-r--r--todo.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
new file mode 100644
index 0000000..246e98d
--- /dev/null
+++ b/todo.txt
@@ -0,0 +1,21 @@
+
+
+add support for flags: Managed, Unsafe
+support C
+support Managed C++
+support C#
+
+
+ MFC support added which sets <UseOfMfc>Dynamic</UseOfMfc>
+
+
+ Should the project define DEBUG and NDEBUG depending on if debugging info is on??
+
+ look at ResourceCompile
+ why are the preprocessor and include dir repeated?
+
+
+ dll add the following when required
+ <Link>
+ <NoEntryPoint>true</NoEntryPoint>
+ </Link> \ No newline at end of file