1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 13:02:00 -08:00
interface to swig autobuild

Copied from Perforce
 Change: 15885
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1996-07-05 11:49:18 +01:00
parent 898c7a2ba7
commit 426f8966c8
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1 @@
MSVCNT 2.0

View file

@ -0,0 +1,2 @@
MSVCNT 2.0
MSMASM 6.11

View file

@ -0,0 +1,20 @@
#!/bin/sh
# impl.sh.hqbuild
#
# $HopeName: MMsrc!tools:swbuild(trunk.1) $
# Copyright (C) 1996 Harlequin Group, all rights reserved
#
# Build script for SWIG autobuild system.
# The SWIG autobuild system expects to execute this file passing it
# an argument.
#
# We specify that the argument will be the platform code to make life
# easy for us
case $# in
1) ;;
*) echo 1>&2 'Wrong number of arguments to hqbuild.
Exactly one argument expected'; exit 1;;
esac
gnumake -r -f "$1.gmk"

View file

@ -0,0 +1,7 @@
@REM impl.bat.hqbuild
@REM $HopeName: MMsrc!tools:swbuild.bat(trunk.1) $
@REM Copyright (C) 1996 Harlequin Group, all rights reserved
@REM Called by SWIG autobuild system
@
@REM Silently throw away all but first argument
nmake /f %1.nmk