Changeset 911 for trunk/MagicSoft
- Timestamp:
- 08/15/01 13:06:57 (23 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r910 r911 2 2 2001/08/15 - Thomas Bretz: 3 3 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 4 18 * .cosyrc: 5 19 - changed names -
trunk/MagicSoft/Cosy/Makefile
r909 r911 110 110 @echo "cd .." 111 111 @echo "cd catalog" 112 @cd videodev; make mrproper; cd ..112 @cd catalog; make mrproper; cd .. 113 113 @echo "cd .." 114 114 -
trunk/MagicSoft/Cosy/catalog/Makefile
r910 r911 20 20 # @endcode 21 21 22 INCLUDES = -I. -I.. 22 INCLUDES = -I. -I.. -I../base -I../slalib 23 23 24 24 # @code
Note:
See TracChangeset
for help on using the changeset viewer.