1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
emacs/mps/qa/test/script/commands/clib
Richard Tucker 7b8fc049b7 Remove interface-version option
Copied from Perforce
 Change: 20760
 ServerID: perforce.ravenbrook.com
1999-05-04 15:27:55 +01:00

22 lines
339 B
Perl

#!/usr/local/bin/perl -w
# $HopeName: MMQA_harness!script:commands:clib(trunk.7) $
#
# Compile all the .c files in $testlib_dir,
# putting the resulting .o files in $obj_dir.
#
&requiredoptions(
"MPS_INCLUDE_DIR",
"MPS_LINK_OBJ",
# "MPS_INTERFACE_VERSION",
"PLATFORM"
);
&linkobjtimes();
&requiredoptions(
"MPS_PRODUCT"
);
&clib;