diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-08-07 16:33:39 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-08-07 16:33:39 +0000 |
commit | 2dab57f425b34026d772d2ba7df66ab4a21cbdc3 (patch) | |
tree | bc3646ec189497da322c46b13f9690abab30547b /Makefile.nmake | |
parent | 56d05bfd4b6f8da5ba225e6470a79bd73b0bd322 (diff) | |
download | wireshark-2dab57f425b34026d772d2ba7df66ab4a21cbdc3.tar.gz wireshark-2dab57f425b34026d772d2ba7df66ab4a21cbdc3.tar.bz2 wireshark-2dab57f425b34026d772d2ba7df66ab4a21cbdc3.zip |
Switch to make-services.py. Fix some variable names and version tests.
svn path=/trunk/; revision=51189
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index f6dab8a470..42fa30a7f4 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -802,8 +802,8 @@ doxygen-run: doxygen: doxygen.cfg doxygen-run -services: tools\make-services.pl - $(PERL) tools/make-services.pl +services: tools\make-services.py + $(PYTHON) tools/make-services.py ################################################################################ # Prepare build environment by downloading and installing required libraries |