Hi there,

I wish to ask a question or two about ozmake and building mozart oz projects
in general.

1) Erlang has a fixed OTP folder structure. Does moz/oz have something
similar?
2) I am trying to configure ozmake to read a 'src' file File.oz and put the
File.ozf into the 'bin' folder and the File.exe in the 'rel' folder - how do
I do this?

here is what I have:

in project root folder:
Makefile

all:
@ozmake -vn --builddir='bin' --srcdir='src' --bindir='rel'

in src folder
makefile.oz

makefile(
   %src   : [ 'Rbe.ozf' ]
   lib   : [ 'Rbe.ozf' ]
   bin   : [ 'Rbe.exe' ]
   )

really appreciate it

Stewart
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to