Changes between Version 19 and Version 20 of Development/Testing
- Timestamp:
- 02/24/10 03:05:19 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Testing
v19 v20 26 26 == Demos == 27 27 28 The programs in test/93-Graphicscan open up X windows and display pretty pictures. When run with no arguments they dump their final frame as a PPM image to stdout. When run with "-x" they open up an X window an display the animation in real-time.28 The programs in `test/93-Graphics` can open up X windows and display pretty pictures. When run with no arguments they dump their final frame as a PPM image to stdout. When run with "-x" they open up an X window an display the animation in real-time. 29 29 30 30 {{{ … … 42 42 Note that DDC's {{{-make}}} flag will rebuild any module needed by the program being compiled, including modules in the base libraries. This can be useful when working on the libraries, or on DDC's {{{-make}}} support. 43 43 44 For example, we can clean out all the binaries in the {{{library}}} , {{{test}}}and {{{demo}}} directories with:44 For example, we can clean out all the binaries in the {{{library}}} and {{{demo}}} directories with: 45 45 46 46 {{{
