mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
New unit
interface to swig autobuild Copied from Perforce Change: 15885 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
898c7a2ba7
commit
426f8966c8
4 changed files with 30 additions and 0 deletions
1
mps/src/hqbuild/data/cv_alpha.txt
Normal file
1
mps/src/hqbuild/data/cv_alpha.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
MSVCNT 2.0
|
||||
2
mps/src/hqbuild/data/cv_x86.txt
Normal file
2
mps/src/hqbuild/data/cv_x86.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
MSVCNT 2.0
|
||||
MSMASM 6.11
|
||||
20
mps/src/hqbuild/tools/hqbuild
Normal file
20
mps/src/hqbuild/tools/hqbuild
Normal 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"
|
||||
7
mps/src/hqbuild/tools/hqbuild.bat
Normal file
7
mps/src/hqbuild/tools/hqbuild.bat
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue