summaryrefslogtreecommitdiffstats
path: root/Makefile.nt
AgeCommit message (Expand)Author
2013-09-18build: ocamldoc.opt was not built anymore on Windows.Wojciech Meyer
2013-08-28Synchronize with trunk.Alain Frisch
2013-07-28build: fix build on Windows (patch and commit message by Adrien Nader).Gabriel Scherer
2013-07-28build: typo from the cross-compile patchset that makes Windows build failGabriel Scherer
2013-07-28build: pass "-f Makefile.nt" to sub-make processes of Makefile.nt.Wojciech Meyer
2013-07-28build: allow disabling ocamldoc and ocamlbuild.Wojciech Meyer
2013-07-28build: prepend "with_" to camlp4/ocamldebug-{en,dis}abling variables.Wojciech Meyer
2013-07-16Synchronize with trunk.Alain Frisch
2013-07-01configure: store $target and $host in the build configuration (fixed).Wojciech Meyer
2013-06-05Improved implementation of OCAMLPARAMFabrice Le Fessant
2013-06-03Re-add configure option -with-frame-pointersFabrice Le Fessant
2013-06-03Reverting -with-frame-pointersFabrice Le Fessant
2013-06-03Add -with-frame-pointers to ./configureFabrice Le Fessant
2013-04-30Makefile.nt: make clean in the testsuite alsoDamien Doligez
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-03-22fix whitespace and over-long linesDamien Doligez
2013-03-08Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch
2013-01-16Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch
2012-10-17#5741: link pprintast into the compiler (unused for now, but it is available ...Alain Frisch
2012-10-15remove all $Id keywordsDamien Doligez
2012-10-02Also install relevant cmx/obj files in compiler-libs.Alain Frisch
2012-10-02Windows users also deserve printtyped and printclambda. (Seriously, we should...Alain Frisch
2012-07-19Install topdirs.cmi in stdlib - update Makefile.nt tooWojciech Meyer
2012-07-12Fix problem of size of bin-annot filesFabrice Le Fessant
2012-07-10PR#5218: use $(MAKE) instead of "make" in MakefilesDamien Doligez
2012-06-08#5638: .a -> .a/.lib in Makefile.nt.Alain Frisch
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-29modified Windows Makefiles to install compiler internalsFabrice Le Fessant
2012-04-22Reverting commits 12385 and 12370, while waiting for a decision to be taken t...Fabrice Le Fessant
2012-04-18Add hooks in AsmgenFabrice Le Fessant
2012-04-04Update the Makefiles on Windows to reflect the fact that compiling camlp4 is ...Jonathan Protzenko
2012-03-24Splitting off the win32caml/ subdirectory (the simplistic Win32 UI for the to...Xavier Leroy
2012-03-05Fix for windows (ASM_CFI_SUPPORTED=false).Alain Frisch
2012-02-10PR#5159: better documentation of type "position"Damien Doligez
2012-01-18Unused_var has been removed.Alain Frisch
2012-01-16#5478: makes it possible to specify a custom 'ar' command.Alain Frisch
2011-12-16Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64.Xavier Leroy
2011-12-12#5179: the 'official' 32-bit mingw compiler is now the one from the mingw-w64...Alain Frisch
2011-09-15Jonathan's updates to the Windows/Mingw portXavier Leroy
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-05-28add world.opt targetJacques Garrigue
2010-05-19fix Windows MSVC build + ignoresDamien Doligez
2010-05-19specify path to the 'find' utility for ocamlbuildlightDamien Doligez
2010-05-19PR#5033: tools/objinfo made more general.Xavier Leroy
2010-04-28Updated Windows makefilesXavier Leroy
2010-01-22clean up spaces and tabsDamien Doligez
2008-11-10build,sys,windows: update Makefile.nt to the partial->mixed moveNicolas Pouillard
2008-07-29ocamldebug under Win32 (S. Le Gall, Lexifi)Xavier Leroy
2008-04-22Revert last commit.Alain Frisch