aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-24 09:18:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-24 09:18:51 +0200
commitd929add3baa3fac5720cf4053c42bb846d83c66b (patch)
treedf486c806caaeafbaf01906dbc58b1cac0c91547
parentaea091b431278c294c9dab348e654ae2e6616390 (diff)
Minor updates to TODO, README
-rw-r--r--README2
-rw-r--r--TODO8
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index e69de29..eb244c0 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/TODO b/TODO
index d00a278..9253278 100644
--- a/TODO
+++ b/TODO
@@ -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?