diff options
Diffstat (limited to 'win32/contrib/pthreads/TODO')
-rw-r--r-- | win32/contrib/pthreads/TODO | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/win32/contrib/pthreads/TODO b/win32/contrib/pthreads/TODO deleted file mode 100644 index de6de9238..000000000 --- a/win32/contrib/pthreads/TODO +++ /dev/null @@ -1,20 +0,0 @@ -====
-Automate the build/test cycle so that I can
-expand to test both library and applications in different
-environments and cross-environments.
-
-Eg.
- Applications | SEH | C++ | G++ | C | GCC |
- Library | | | | | |
- ----------------+-----+-----+-----+-----+-----+
- SEH | X | X | X | X | X |
- ----------------+-----+-----+-----+-----+-----+
- C++ (MSC) | X | X | X | X | X |
- ----------------+-----+-----+-----+-----+-----+
- G++ (GNU) | ? | ? | X | ? | X |
- ----------------+-----+-----+-----+-----+-----+
-
-'?' indicates combinations that may not be doable.
-
-====
-
|