1 parent 509052e commit c9ad1c2Copy full SHA for c9ad1c2
1 file changed
Makefile.nt
@@ -173,6 +173,8 @@ opt: runtimeopt ocamlopt libraryopt otherlibrariesopt
173
install: installbyt installopt
174
175
installbyt:
176
+ mkdir -p $(BINDIR)
177
+ mkdir -p $(LIBDIR)
178
cd byterun & $(MAKEREC) install
179
cp ocamlc $(BINDIR)\ocamlc.exe
180
cp ocaml $(BINDIR)\ocaml.exe
@@ -186,7 +188,6 @@ installbyt:
186
188
cp toplevel\topdirs.cmi $(LIBDIR)\topdirs.cmi
187
189
cd tools & $(MAKEREC) install
190
for %i in ($(OTHERLIBRARIES)) do (cd otherlibs\%i & $(MAKEREC) install & cd ..\..)
- cd wingui & $(MAKE) -nologo install
191
copy /a README.win32 $(DISTRIB)\Readme.txt
192
copy /a LICENSE $(DISTRIB)\License.txt
193
copy /a Changes $(DISTRIB)\Changes.txt
0 commit comments