aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.preinc.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:25:09 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:25:09 +0000
commit6115b7601d823ca4e7e5d14ca400c8fbb8ceeaf5 (patch)
tree860d60b21d9f9ab56da164d830f5f367f0ff52e8 /asn1/Makefile.preinc.nmake
parent1b04a660e5da99ff35f3f4eb3c2154177781687b (diff)
better solution for different submake calling on Windows and Linux
svn path=/trunk/; revision=23131
Diffstat (limited to 'asn1/Makefile.preinc.nmake')
-rw-r--r--asn1/Makefile.preinc.nmake26
1 files changed, 26 insertions, 0 deletions
diff --git a/asn1/Makefile.preinc.nmake b/asn1/Makefile.preinc.nmake
new file mode 100644
index 0000000000..15731a1284
--- /dev/null
+++ b/asn1/Makefile.preinc.nmake
@@ -0,0 +1,26 @@
+# To be included into the asn1 Makefiles for Windows builds
+#
+# $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.
+
+
+MAKE_CNF_EXPORT = $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake generate_export
+