aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wslua
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-06-08 15:57:00 +0200
committerMichael Mann <mmann78@netscape.net>2016-06-15 19:21:57 +0000
commit6baa1b544c84a766d9f9d356e9940eccaf0a128f (patch)
treefc5431419180335703edcbf01e6b260d2c0dcbfd /doc/README.wslua
parent88bd50c592b0d24a12dd178ae2858444400a012f (diff)
Remove Nmake build system
Change-Id: I3bd474f3cda9667dec66426b5729449953df3e61 Reviewed-on: https://code.wireshark.org/review/15777 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jörg Mayer <jmayer@loplof.de> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Diffstat (limited to 'doc/README.wslua')
-rw-r--r--doc/README.wslua9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/README.wslua b/doc/README.wslua
index 74074904e3..e1a02b3f01 100644
--- a/doc/README.wslua
+++ b/doc/README.wslua
@@ -44,11 +44,10 @@ Lua tables. (you can do so, but it's not advisable)
Both of the perl scripts above are given the C-source files to search through
by the make process, generated from the lists in epan/wslua/CMakeLists.txt.
Naturally if you add new source files, you need to add them to the list in
-epan/wslua/CMakeLists.txt, as well as epan/wslua/Makefile.am and
-epan/wslua/Makefile.nmake. You also have to add the module name into
-docbook/user-guide.xml and docbook/wsluarm.xml, and the source files into
-docbook/CMakeLists.txt and docbook/Makefile.common, to get it to be generated
-in the user guide.
+epan/wslua/CMakeLists.txt and epan/wslua/Makefile.am. You also have to add
+the module name into docbook/user-guide.xml and docbook/wsluarm.xml, and the
+source files into docbook/CMakeLists.txt and docbook/Makefile.common, to get
+it to be generated in the user guide.
Another Perl script is used as well, called 'make-init-lua.pl', which
generates the init.lua script. A large part of it deals with exposing #define