Clarify what the special cases in wtap_wtap_encap_to_pcap_encap() are
[metze/wireshark/wip.git] / Makefile.nmake
index f6dab8a470e91b574903cd98f131e670414d9ef4..42fa30a7f4a1656db17d0b2c58dbd1c0756b8c2d 100644 (file)
@@ -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