Release an RC

This commit is contained in:
simon.kagstrom 2010-03-10 18:37:06 +00:00
parent 154cd9b5fa
commit 9a6f9764bb
3 changed files with 22 additions and 21 deletions

View File

@ -78,14 +78,14 @@ objs-host/%.o: %.c
dist-host: $(TARGET)
rm -rf $@
install -d $@/frodo
install -d $@/frodo/images
install -d $@/frodo/saves
install -d $@/frodo/metadata
install -d $@/frodo/tmp
cp $(TARGET) $@/frodo/
cp -rap themes $@/frodo/themes
cp icon.png $@/frodo/
install -d $@/c64-network.org
install -d $@/c64-network.org/images
install -d $@/c64-network.org/saves
install -d $@/c64-network.org/metadata
install -d $@/c64-network.org/tmp
cp $(TARGET) $@/c64-network.org/
cp -rap themes $@/c64-network.org/themes
cp icon.png $@/c64-network.org/
find $@ -name ".svn" | xargs rm -rf
cd $@ && tar -czf ../c64-network.org-host-bin.tar.gz *

View File

@ -78,8 +78,8 @@ public:
TheC64->network = new Network(Gui::gui->np->NetworkServer,
Gui::gui->np->NetworkPort);
TheC64->network_connection_type = CONNECT;
TheC64->network->ConnectToBroker();
Gui::gui->exitMenu();
TheC64->network->ConnectToBroker();
}
break;
case 6:

View File

@ -32,22 +32,23 @@
<LI>Source code cleanup</LI>
</UL>
<H2>Download</H2>
You can download source and binaries for the C64 network here:
<UL>
<LI><A HREF="http://frodo-wii.googlecode.com/files/c64-network-1-rc1.tar.gz">Source (v1)</A></LI>
<LI><A HREF="http://frodo-wii.googlecode.com/files/c64-network.org-linux_x86-32-1-rc1.bin.tar.gz">Linux binary, x86_32 (v1)</A></LI>
<LI><A HREF="">Windows binary (v1)</A></LI> (not yet!)
<LI><A HREF="">Mac OS binary (v1)</A></LI> (not yet!)
<LI><A HREF="http://frodo-wii.googlecode.com/files/c64-network.org-wii-1-rc1.bin.tar.gz">Ninendo Wii binary (v1)</A></LI>
</UL>
<p>The source code is also available for checkout on <A HREF="http://code.google.com/p/frodo-wii/source/checkout">googlecode</A>.
<H2>Screenshots</H2>
<p><IMG SRC="ikplus.png">
<p><IMG SRC="emulator-main.png">
<H2>Download</H2>
You can download source and binaries for the C64 network here:
<UL>
<LI><A HREF="">Source (v1)</A></LI>
<LI><A HREF="">Linux binary, x86_32 (v1)</A></LI>
<LI><A HREF="">Windows binary (v1)</A></LI> (not yet!)
<LI><A HREF="">Mac OS binary (v1)</A></LI> (not yet!)
</UL>
<p>The source code is also available for checkout on <A HREF="http://code.google.com/p/frodo-wii/source/checkout">googlecode</A>.
</BODY>
</HTML>