aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/goose/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-13 19:31:12 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-13 19:31:12 +0000
commite5897a6941d639e0934c68418a6b397cafb7d670 (patch)
tree121693e3d2789d50d4123c6e62a915e0e5cb1a9d /asn1/goose/Makefile.nmake
parent8295bba72776af98cb9c782d88df5ada40deb616 (diff)
From Martin Lutz:
IEC 61850 GOOSE protocol git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26440 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/goose/Makefile.nmake')
-rw-r--r--asn1/goose/Makefile.nmake29
1 files changed, 29 insertions, 0 deletions
diff --git a/asn1/goose/Makefile.nmake b/asn1/goose/Makefile.nmake
new file mode 100644
index 0000000000..5a32997c60
--- /dev/null
+++ b/asn1/goose/Makefile.nmake
@@ -0,0 +1,29 @@
+## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
+#
+# $Id$
+#
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 1998 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
+include ../../config.nmake
+include ../Makefile.preinc.nmake
+include Makefile.common
+include ../Makefile.inc.nmake
+