cdev-1.7.2n

This commit is contained in:
2022-12-13 12:44:04 +01:00
commit b3b88fc333
1357 changed files with 338883 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
APPNAME = CDEV Generic Server Documentation
all:
@echo "=> $(APPNAME)"
@echo "<= Nothing to be done..."
clean:
@echo " => Cleaning $(APPNAME)"
@rm -rf */*.backup */*.recover
@echo " Done..."
purge:
@echo " => Purging $(APPNAME)"
@rm -rf */*.backup */*.recover
@echo " Done..."
+13
View File
@@ -0,0 +1,13 @@
APPNAME = CDEV Generic Server Documentation
all:
@echo =^> $(APPNAME)
@echo ^ ^ ^ ^ ^ ^ Done...
clean:
@echo ^ ^ ^ =^> Cleaning $(APPNAME)
@echo ^ ^ ^ ^ ^ ^ Done...
purge:
@echo ^ ^ ^ =^> Purging $(APPNAME)
@echo ^ ^ ^ ^ ^ ^ Done...
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
#! /bin/csh
if( -f fmbatch.dat) rm fmbatch.dat
mkdir -p ../html
cp $CDEV/doc/bullet.jpg ../html
foreach x (cdevGenericServer.doc cdevGenericServerTITLE.doc cdevGenericServerExample.doc)
echo "Open $x" >> fmbatch.dat
echo "SaveAs ma $x ../html/`basename $x .doc`.mif" >> fmbatch.dat
end
fmbatch fmbatch.dat
rm fmbatch.dat
cd ../html
mif2html -t 'CDEV Generic Server' -o cdevGenericServer.html cdevGenericServerTITLE.mif -TOC -LOF cdevGenericServer.mif cdevGenericServerExample.mif
rm *.mif
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

File diff suppressed because it is too large Load Diff