Reorganization of files
Sat Mar 18 12:12:20 WET 2006 Miguel Vilaca <jmvilaca@di.uminho.pt>
* Reorganization of files
Palette files are now in its own folder.
Windows executable now belong to repository; it's simpler to maintain.
The palette used on start is the one with just the interface agent.
{
adddir ./palettes
move ./NatIN.INblobpalette ./palettes/NatIN.INblobpalette
move ./NatINLafont.INblobpalette ./palettes/NatINLafont.INblobpalette
move ./interface.INblobpalette ./palettes/interface.INblobpalette
addfile ./INblobs.exe
binary ./INblobs.exe
hunk ./index.html 55
- <li> Simply download <a href="run/INblobs_win.zip">INblobs for Windows XP</a>;
+ <li> Simply download <a href="INblobs.tar.gz">INblobs for Windows XP</a>;
hunk ./src/Constants.hs 42
-palette = "NatIN" ++ '.' : paletteExt :: FilePath
+palette = "palettes/interface" ++ '.' : paletteExt :: FilePath
addfile ./wxc-msw2.4.2-0.9.4.dll
binary ./wxc-msw2.4.2-0.9.4.dll
}