tldm-universe/Ardent/UV/gcidir/gcimake.bat

39 lines
1.3 KiB
Batchfile
Raw Normal View History

2024-09-09 21:51:08 +00:00
@echo off
rem ###########################################################################
rem #
rem # Windows NT GCI make script
rem #
rem # Module %M% Version %I% Date %H%
rem #
rem # (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
rem # This is unpublished proprietary source code of Ardent Software Inc.
rem # The copyright notice above does not evidence any actual or intended
rem # publication of such source code.
rem #
rem ###########################################################################
rem #
rem # Maintenence log - insert most recent change descriptions at top
rem #
rem # Date.... GTAR# WHO Description........................................
rem # 10/14/98 23801 SAP Change copyrights.
rem # 04/02/96 18026 PGW Module created.
rem #
rem ###########################################################################
rem
rem This script builds a GCI Library, once the necessary makefile and
rem interface module have been created. A script is needed because it's
rem the only way for a BASIC EXECUTE statement to execute a command in
rem a subdirectory.
rem
rem The script is invoked by the program GCI.NTMAKL.B (in APP.PROGS),
rem as follows:
rem
rem gcimake makefile.name library.name
rem
cd gcidir
nmake -f %1 %2
cd ..