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:
authorLiamDevine <none@none>2010-06-16 22:20:41 +0400
committerLiamDevine <none@none>2010-06-16 22:20:41 +0400
commit620c943e087c5c9ab1be42d70e8fac0a6839cd01 (patch)
tree9a81f260a8ed464d3cc2805fd38ddf7d5c6e15b3 /todo.txt
parente9ec1179a01b546638760e3b5ce4439126aeb095 (diff)
checked lib section for a static lib
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/todo.txt b/todo.txt
index 945ec43..e514649 100644
--- a/todo.txt
+++ b/todo.txt
@@ -16,16 +16,12 @@ fix ProgramDataBaseFileName tag currently at line 285 see note which states
this can not be converted when using the upgrade tool
added for now but it will removed or altered when I find out
what is the correct thing to do.
+
+check why <MinimalRebuild>true</MinimalRebuild> is missing in a debug static lib build
support C
support Managed C++
support C#
-find out why a unit test is failing
-fails at the following test_os line 16
- function suite.findlib_FindSystemLib()
- local libname = iif(os.is("windows"), "user32", "m")
- test.istrue(os.findlib(libname))
- end
No64BitChecks is removed after being deprciated in previous releases