Changeset 911 for trunk/MagicSoft


Ignore:
Timestamp:
08/15/01 13:06:57 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r910 r911  
    22 2001/08/15 - Thomas Bretz:
    33
     4   * Added:
     5     - Makefile.conf.general
     6     - gui/Makefile
     7     - base/Makefile
     8     - candrv/Makefile
     9     - catalog/Makefile
     10     - slalib/Makefile
     11     - videodev/Makefile
     12     - devdrv/Makefile
     13     - base/MThread.[h,cc]
     14     - base/MTimeout.[h, cc]
     15     - mgui/MGSkyPosition.[h, cc]
     16     - catalog/Slalib.[h,cc]
     17     
    418   * .cosyrc:
    519     - changed names
  • trunk/MagicSoft/Cosy/Makefile

    r909 r911  
    110110        @echo "cd .."
    111111        @echo "cd catalog"
    112         @cd videodev; make mrproper; cd ..
     112        @cd catalog; make mrproper; cd ..
    113113        @echo "cd .."
    114114
  • trunk/MagicSoft/Cosy/catalog/Makefile

    r910 r911  
    2020# @endcode
    2121
    22 INCLUDES = -I. -I..
     22INCLUDES = -I. -I.. -I../base -I../slalib
    2323
    2424# @code
Note: See TracChangeset for help on using the changeset viewer.