File tree 1 file changed +26
-26
lines changed
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 12
12
;* *
13
13
;**************************************************************************
14
14
15
- (copy_files# ../*.ml*)
16
-
17
- (library
18
- (name ocamltoplevel_native)
19
- (wrapped false)
20
- (modes native)
21
- (flags (:standard -principal))
22
- (libraries ocamlcommon ocamloptcomp dynlink_internal)
23
- (modules :standard \ topstart expunge))
24
-
25
- (executable
26
- (name topstart)
27
- (modes native)
28
- (flags (:standard -principal))
29
- (modules topstart)
30
- (libraries ocamltoplevel_native))
31
-
32
- (install
33
- (files
34
- (topstart.exe as ocamlnat)
35
- )
36
- (section bin)
37
- (package ocaml))
38
-
39
- ;
15
+ ; (copy_files# ../*.ml*)
16
+ ;
17
+ ; (library
18
+ ; (name ocamltoplevel_native)
19
+ ; (wrapped false)
20
+ ; (modes native)
21
+ ; (flags (:standard -principal))
22
+ ; (libraries ocamlcommon ocamloptcomp dynlink_internal)
23
+ ; (modules :standard \ topstart expunge))
24
+ ;
25
+ ; (executable
26
+ ; (name topstart)
27
+ ; (modes native)
28
+ ; (flags (:standard -principal))
29
+ ; (modules topstart)
30
+ ; (libraries ocamltoplevel_native))
31
+ ;
32
+ ; (install
33
+ ; (files
34
+ ; (topstart.exe as ocamlnat)
35
+ ; )
36
+ ; (section bin)
37
+ ; (package ocaml))
38
+ ;
39
+ ;
40
40
; (install
41
41
; (files
42
42
; (ocamltoplevel.cma as compiler-libs/ocamltoplevel.cma)
63
63
; )
64
64
; (section lib)
65
65
; (package ocaml))
66
- ;
66
+ ;
You can’t perform that action at this time.
0 commit comments