diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-04-09 21:42:51 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-04-09 21:42:51 +0000 |
commit | 6cd62e9e65db7dedae8c612da612900546010ae3 (patch) | |
tree | cc3e3ef8350cd6d5ca628e0131c1b7ea23925595 /asn1/Makefile.inc.nmake | |
parent | 151c0fbfa1fe7a7a93a60175e408ef62dd244c1d (diff) | |
download | wireshark-6cd62e9e65db7dedae8c612da612900546010ae3.tar.gz wireshark-6cd62e9e65db7dedae8c612da612900546010ae3.tar.bz2 wireshark-6cd62e9e65db7dedae8c612da612900546010ae3.zip |
Rename README.win32 to README.windows and add a 64-bit download link.
Add tools/textify.sh, which makes a Notepad-clickable copy of a text
file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt.
Remove tools/unix2dos.pl and use Cygwin's u2d instead.
svn path=/trunk/; revision=32440
Diffstat (limited to 'asn1/Makefile.inc.nmake')
-rw-r--r-- | asn1/Makefile.inc.nmake | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake index c15f2c1476..79f6373ec1 100644 --- a/asn1/Makefile.inc.nmake +++ b/asn1/Makefile.inc.nmake @@ -21,9 +21,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -UNIX2DOS=$(PERL) ../../tools/unix2dos.pl - generate_dissector: $(DISSECTOR_FILES) generate_export: $(EXPORT_FILES) @@ -79,15 +76,7 @@ maintainer-clean: distclean # the generated stuff has "\n". fix_eol: generate_dissector - <<fix_file.bat -IF "%1"=="" EXIT -move %1 %1.tmp -$(UNIX2DOS) < %1.tmp > %1 - del /f %1.tmp -<< - <<fix_eol.bat -FOR %%A IN ($(DISSECTOR_FILES)) DO CALL fix_file.bat %%A -<< + u2d $(DISSECTOR_FILES) copy_files: generate_dissector <<copy_files.bat |