[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] Trouble getting Win32 native port to work |
>Or whatever it is 4NT says. Speaking of which, I'm not positive, but I don't
>think the makefiles would work without 4dos or some other shell that understands the & command concatonation. I think we had problems with that on another project, but I don't remember for sure.
The makefiles work fine for me on vanilla NT cmd.exe. To get them to build on Win95 (no &) I had to change them to use a secondary batch file, but that also works fine. Here's an example line:
for %i in ($(OTHERLIBRARIES)) do docdmake "otherlibs\%i" "..\.." $(MAKEREC) installopt
And docdmake.bat looks like this:
cd %1
%3 %4 %5 %6 %7 %8 %9
cd %2
But, if you only care about building on NT, then it works fine with cmd.exe.
Chris
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr