Skip to content

NEPMD is an add-on for EPM, the Enhanced Editor of OS/2 or eComStation.

Notifications You must be signed in to change notification settings

OS2World/APP-EDITOR-nepmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ECHO OFF
: ***************************** Module Header ******************************\
:
: Module Name: readme.cmd
:
: launches makefile.inf.
: Alternate topic may be passed as parameter
:
: Copyright (c) Netlabs EPM Distribution Project 2002
:
: $Id$
:
: ===========================================================================
:
: This file is part of the Netlabs EPM Distribution package and 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, in version 2 as it comes in the "COPYING" file of the
: Netlabs EPM Distribution.  This library 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.
:
: **************************************************************************/

 SETLOCAL

 SET PARMS=%1 %2 %3 %4 %5 %6 %7 %8 %9
 IF .%PARMS% == . SET PARMS=Making

 start view bin\makefile %PARMS%