- the default for the workspaces is to build Win32 release. So that's where
the installer should find it. This is checked in just after 2.0.pre3.
This commit is contained in:
parent
f99314f68e
commit
a1f05bfd03
@ -239,7 +239,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.122 2002-11-26 04:12:14 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.123 2002-12-05 18:12:35 bdenney Exp $$' >> bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
||||
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
||||
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
||||
@ -314,7 +314,7 @@ install: all @INSTALL_TARGET@
|
||||
|
||||
install_win32: download_dlx
|
||||
-mkdir -p $(prefix)
|
||||
cp obj-debug/*.exe .
|
||||
cp obj-release/*.exe .
|
||||
for i in $(INSTALL_LIST_WIN32) niclist; do if test -f $$i; then cp $$i $(prefix); else cp $(srcdir)/$$i $(prefix); fi; done
|
||||
cp $(srcdir)/misc/sb16/sb16ctrl.example $(prefix)/sb16ctrl.txt
|
||||
cp $(srcdir)/misc/sb16/sb16ctrl.exe $(prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user