OCaml Forge
Bugs
Search the entire project
This project's trackers
This project's releases
This project's news
Project
People
Advanced search
Log In
New Account
Home
My Page
Projects
Code Snippets
OCaml fileutils
Summary
Activity
Tracker
Lists
News
SCM
Files
Detail: [#669] makefile is unnecessary complicated (for windows)
Bugs: Browse
|
Download .csv
|
Monitor
[#669] makefile is unnecessary complicated (for windows)
Date:
2010-06-18 08:50
Priority:
3
State:
Open
Submitted by:
ygrek (
ygrek
)
Assigned to:
Sylvain Le Gall (gildor-admin)
Operating System:
Windows XP
Version:
v0.4.0
Severity:
normal
Resolution:
None
Summary:
makefile is unnecessary complicated (for windows)
Detailed description
Please provide separate makefile or cmd file for windows/msvc. Be careful to not use any external utilities in it.
The only steps that one really needs to run (manually) are :
ocamlbuild fileutils.cma fileutils.cmxa fileutils-str.cma fileutils-str.cmxa
ocamlfind install fileutils src/META _build/src/*.cm* _build/src/*.mli _build/src/*.lib
By the way myocamlbuild.ml uses cut utlity - please get the updated plugin from
http://brion.inria.fr/gallium/index.php/Using_ocamlfind_with_ocamlbuild
BTW why separate myocamlbuild target in makefile?
Followup
Message
Date: 2010-06-18 09:10
Sender:
Sylvain Le Gall
I plan to migrate to oasis
http://oasis.forge.ocamlcore.org
This should solve this problem.
(though it will remain big)
Attached Files:
Changes:
Field
Old Value
Date
By
assigned_to
none
2010-06-18 09:10
gildor-admin