summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAli Abdulkadir <autostart.ini@gmail.com>2017-04-06 08:28:44 +0300
committerAli Abdulkadir <autostart.ini@gmail.com>2018-06-09 15:21:51 +0300
commitbd671258c77847b15b6bf7a7ab1e15aac75d351d (patch)
tree55d1b72f8635f9ab9815bb5c479825e111b514c3 /TODO
parent637d813238b7996eae7e10cf93a6368abea15997 (diff)
downloadlibnet-bd671258c77847b15b6bf7a7ab1e15aac75d351d.tar.gz
Updated .gitignore, BUILD-FROM-GIT.txt, Build, Prepare, Package and TODO
As well as deleted some unnecessary top level scripts
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 1 insertions, 9 deletions
diff --git a/TODO b/TODO
index 46bd3bc..b21829b 100644
--- a/TODO
+++ b/TODO
@@ -3,27 +3,19 @@ This file complements the TODO in doc/TODO
Roadmap:
-the --enable-samples option in configure never worked. And no one noticed... :(
+change all __WIN32 and __WIN32__ preprocessor directives with the more universal WIN32 and _WIN32 directives (msvc + mingw) (eliminating the need for -mwin32)
add INSTALL and edit README in libnet/README
-Is it "libnet" or "Libnet"? Can we please agree on one? All Uppercase or all lowercase!!
-LIBNET or libnet
-
short term goals:
I'm afraid the build system needs a complete overhaul.
-Recursive "make"
-ACLOCAL_AMFLAGS=-I m4 in Makefile.am.common is not considered
improve documentation
- FAQ
- Examples
- add RFCs
-documentation is weird esp. libnet/doc/*.db
-it needs to be build first or "make" will fail
-
fix "broken" samples (on win32?)
fix MSVC/Mingw collision