aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: b6589bdf1145f7a73c749d04c617ce124a4c94c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@@ Support for WINEPREFIX so that a separate .wine/ can be used.

@@ 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, GNU sed 4.2.2 or later (-z), 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?

@@ The /showIncludes run is very slow most likely due to the sed-based path
   processing (but verify). Perhaps we should rewrite it in C++ with
   translated path caching, etc. Test result: sed/winepath results in ~x5
   slowdown.