1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-01-11 07:47:46 +00:00

Changed the name of the executable to "About". The "AROS" bit was redundant, IMHO.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@19104 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
chodorowski
2003-08-06 00:59:57 +00:00
parent 2fa1274444
commit e582c8e7bf

View File

@ -5,7 +5,7 @@ include $(TOP)/config/make.cfg
FILES := main aboutaros locale
EXEDIR := $(AROS_SYSTEM)
EXE := $(EXEDIR)/AboutAROS
EXE := $(EXEDIR)/About
USE_AROSLIB := yes
USE_CLIB_SHARED := yes