From 5c0775883e138ef46831a68dba97180e676ae248 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 17 Jun 1998 18:43:01 +0000 Subject: [PATCH] add note for win95 --- src/makeBaseApp/iocAppBuildSRcontrol.html | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/makeBaseApp/iocAppBuildSRcontrol.html b/src/makeBaseApp/iocAppBuildSRcontrol.html index 4af7b215d..b8e3eb13d 100644 --- a/src/makeBaseApp/iocAppBuildSRcontrol.html +++ b/src/makeBaseApp/iocAppBuildSRcontrol.html @@ -216,6 +216,11 @@ mkdir myapp cd myapp /usr/local/epics/baseR3.13.0.beta12/bin/solaris/makeBaseApp.pl -t example example /usr/local/epics/baseR3.13.0.beta12/bin/solaris/makeBaseApp.pl -i -t example example +WIN95/NT notes:  Perl scripts are invoked with the command "perl  +<scriptname>" on win95/NT and +
Perl scripts are case sensitive. For example to create an application +on WIN95/NT: +
     perl C:\epics\base\bin\win32\makeBaseApp.pl -t example example

Inspect Files

@@ -1429,9 +1434,6 @@ the CVS directories excluded.
Two useful commands at this level are
-
-
-
gnumake
@@ -1487,9 +1489,6 @@ Another useful command is: This removes the host and target architecture directories created by make. ".<arch>" can be appended to invoke clean for a particular architecture. -
-
-
The command:
@@ -1502,9 +1501,6 @@ The command:
is the same as "gnumake clean install".
-
-
-
xxxApp/xxxDb
@@ -1512,9 +1508,6 @@ is the same as "gnumake clean install". Executing gnumake in this directory generates and installs database instance files, template and substitution files plain sources or CapFast schematics. -
-
-
iocBoot
@@ -1526,9 +1519,6 @@ Executing
is the same as issuing "gnumake" in each subdirectory of iocBoot.
-
-
-
iocBoot/iocxxx
@@ -2141,9 +2131,6 @@ cvs checkout iocsys/<top>
iocsys/<top> appears under <anywhere>
-
-
-
watch