iand / draw2d

A Fork of code.google.com/p/draw2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wingui example

GoogleCodeExporter opened this issue · comments

can you please include the wingui example?

Original issue reported on code.google.com by mason.gr...@gmail.com on 3 Aug 2011 at 4:07

  cd wingui && make install

then edit the Makefile in cmd folder and add this line after TARG definition
  TARG+=  testWalkDraw

then compile :

   make testWalkDraw

and run testWalkDraw

Original comment by legoff.l...@gmail.com on 4 Aug 2011 at 7:06

thanks!

Original comment by mason.gr...@gmail.com on 4 Aug 2011 at 10:39

Original comment by legoff.l...@gmail.com on 5 Aug 2011 at 7:45

  • Changed state: Done