diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-24 09:18:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-24 09:18:51 +0200 |
commit | d929add3baa3fac5720cf4053c42bb846d83c66b (patch) | |
tree | df486c806caaeafbaf01906dbc58b1cac0c91547 | |
parent | aea091b431278c294c9dab348e654ae2e6616390 (diff) |
Minor updates to TODO, README
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -0,0 +1,2 @@ +Note that while this project is called msvc-linux, you may be able to use it +on other UNIX-like systems supported by Wine. @@ -3,13 +3,11 @@ @@ When adding support to a new version need to check if any new options were added to any of the tools. -@@ Had to rename Windows.h to windows.h; /showIncludes seem to retain naming - from #include directive. Also WinBase.h, WinUser.h, WinNls.h, ... nsed? - @@ Requires bash 4, realpath dirpath -@@ Still need wineserver for /EP, etc. otherwise long pause. - @@ What about 64-bit? cl-64 or some such? @@ There is link POSIX command. link.exe? cl-14.exe? + +@@ Rename to msvc-posix, msvc-cross, msvc-wine, msvc-unix. Or just + keep it? |