README.TXT

WinDS Coding Competition, winter of 2006.

File directory, in case of damaged archive:
+- cleanall.bat
+- fixwinds.sh
+- makeall.bat
+- winds
|  +- MEDS
|  |  +- Makefile
|  |  +- data
|  |  |  +- meds_icon.bin
|  |  +- doc
|  |  |  +- meds.html
|  |  +- gfx
|  |  |  +- icon.png
|  |  |  +- icon.psd
|  |  +- include
|  |  |  +- app_meds.h
|  |  |  +- ctlbuttoncn.h
|  |  |  +- ctlconsolewindow.h
|  |  |  +- meds.h
|  |  +- lib
|  |  |  +- libmeds.a
|  |  +- meds.a
|  |  +- source
|  |  |  +- app_meds.cpp
|  |  |  +- ctlbuttoncn.cpp
|  |  |  +- ctlconsolewindow.cpp
|  |  |  +- meds.cpp
|  +- TipMe
|  |  +- Makefile
|  |  +- data
|  |  |  +- tip_icon.bin
|  |  +- doc
|  |  |  +- tipme.html
|  |  +- gfx
|  |  |  +- icon.bmp
|  |  |  +- icon.png
|  |  |  +- icon.psd
|  |  +- include
|  |  |  +- app_tipme.h
|  |  |  +- tipme.h
|  |  +- lib
|  |  |  +- libtipme.a
|  |  +- source
|  |  |  +- app_tipme.cpp
|  |  |  +- tipme.cpp
|  |  +- tipme.a
|  +- WinSweeper
|  |  +- Makefile
|  |  +- data
|  |  |  +- winsweeper_icon.bin
|  |  +- doc
|  |  |  +- winsweeper.html
|  |  +- gfx
|  |  |  +- winsweeper_icon.bmp
|  |  |  +- winsweeper_icon.psd
|  |  +- include
|  |  |  +- app_winsweeper.h
|  |  |  +- ctlminesquare.h
|  |  |  +- timer.h
|  |  |  +- winsweeper.h
|  |  +- lib
|  |  |  +- libwinsweeper.a
|  |  +- source
|  |  |  +- app_winsweeper.cpp
|  |  |  +- ctlminesquare.cpp
|  |  |  +- timer.cpp
|  |  |  +- winsweeper.cpp
|  |  +- winsweeper.a
|  +- data
|  |  +-
|  +- docs
|  |  +-
|  +- gfx
|  |  +- wins_banner.bmp
|  |  +- wins_banner_old.psd
|  |  +- wins_logo.png
|  |  +- wins_logo.psd
|  +- include
|  |  +- winds.h
|  +- source
|  |  +- appinstaller.cpp
|  +- winds.arm9
|  +- winds.nds

Entries by "strager", with their lib directories:
 * MEDS - "./winds/MEDS/lib/libmeds.a"
 * TipMe - "./winds/TipMe/lib/libtipme.a"
 * WinSweeper - "./winds/WinSweeper/lib/libwinsweeper.a"

Documentation can be viewed at:
 * MEDS - "./winds/MEDS/doc/meds.html"
 * TipMe - "./winds/TipMe/doc/tipme.html"
 * WinSweeper - "./winds/WinSweeper/doc/winsweeper.html"

Note that the variable "WINS_DEVKIT_DIR" must point to the location of the
  WinS dev. kit.  If it is not specified, "$DEVKITPRO/WinDS_devKit" is
  assumed.

To compile all sources, run either "makeall.bat" for DOS, and "makeall.sh"
  for Linux.  stdout is logged to "buildlog.log" and stderr is logged to
  "builderrorlog.log".

To clean all sources, run either "cleanall.bat" for DOS, and "cleanall.sh"
  for Linux.  stdout is logged to "cleanlog.log" and stderr is logged to
  "cleanerrorlog.log".

To test applications on emulator or on hardware, NDS binary is located in
  "./winds/winds.nds".

If you have any trouble compiling on a Linux machine, you must execute the
  "fixwinds.sh" script while in the $DEVKITPRO/WinDS_devKit/NDS/include
  directory.


License:
You may use any part of this product in your own application, as long as
  the origional author is given full credit for the parts used.  Modifi-
  cations to the source may be made, as long as they are clear and docu-
  mented as changed from the origional source.  No part of the source may
  be used in any commercial products, nor can it be sold, modified or un-
  modified, unless otherwise stated by the origional author.

~ Strager Neds, aka strager,
   strager DOT nds AT gmail DOT com

EOF README.TXT
