Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
 
2
   Changes required for DOS/EMBEDDED rpcgen.exe:
3
 
4
 
5
   Date        Who         Description
6
   ----------------------------------------------------------
7
   26/06/95    APY         o  rpc_main.c:
8
 
9
                              open_input() -
10
                                 Uses 'system' not pipe()/fork()
11
 
12
                              usage() -
13
                                 Trimmed cmdname, removes path.
14
 
15
                              parseargs() -
16
                                 Included -E, embedded client/server
17
                                 code genetation.
18
 
19
                                 #if !defined(EMBEDDED)
20
                                       :
21
                                 #endif
22
 
23
                             options_usage() -
24
                                 Included -E, embedded client/server
25
                                 code generation.
26
 
27
 
28
                           o rpc_util.c:
29
 
30
                              reinitialize() -
31
                                 Closes fin/fout, as they are reused
32
                                 in each pass.
33
 
34
 
35
                           o rpc_util.h:
36
 
37
                               EMBEDDED support
38
 
39
 
40
                           o rpc_svco.c:
41
 
42
                               EMBEDDED support
43
 
44
 
45