File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
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
-
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
39
;
40
40
; (install
41
41
; (files
You can’t perform that action at this time.
0 commit comments