mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-06 21:40:57 +00:00
Move ATI, NVidia and IntelGMA to Storage until they work under 64-bits.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
# Copyright (C) 2010-2023, The AROS Development Team. All rights reserved.
|
||||
# Copyright (C) 2010-2025, The AROS Development Team. All rights reserved.
|
||||
|
||||
include $(SRCDIR)/config/aros.cfg
|
||||
|
||||
STORAGEICONS := Wrapper
|
||||
PCDEVSICONS := ATI IntelGMA NVidia VMWare
|
||||
STORAGEICONS := Wrapper ATI IntelGMA NVidia
|
||||
PCDEVSICONS := VMWare
|
||||
ifneq ($(AROS_TARGET_ARCH),pc)
|
||||
PCDEVSDIR := $(AROSDIR)/Storage/Monitors
|
||||
else
|
||||
|
||||
@ -5,7 +5,7 @@ include $(SRCDIR)/workbench/libs/mesa/mesa.cfg
|
||||
ifneq ($(AROS_TARGET_ARCH),pc)
|
||||
EXEDIR := $(AROSDIR)/Storage/Monitors
|
||||
else
|
||||
EXEDIR := $(AROSDIR)/Devs/Monitors
|
||||
EXEDIR := $(AROSDIR)/Storage/Monitors
|
||||
endif
|
||||
|
||||
GALLIUM_PATH = $(top_srcdir)/src/gallium
|
||||
|
||||
@ -24,16 +24,16 @@ endif
|
||||
|
||||
#MM
|
||||
devs-monitors-wrapper-copy: \
|
||||
$(PCDEVSDIR)/ATI \
|
||||
$(PCDEVSDIR)/NVidia \
|
||||
$(STORAGEDIR)/ATI \
|
||||
$(STORAGEDIR)/NVidia \
|
||||
$(PCDEVSDIR)/VMWare \
|
||||
$(AMIGADEVSDIR)/SAGA
|
||||
|
||||
$(PCDEVSDIR)/ATI: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
|
||||
$(STORAGEDIR)/ATI: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
|
||||
%fileactionmsg msg="Creating " file="$@" elipses="..."
|
||||
@$(CP) -f $< $@
|
||||
|
||||
$(PCDEVSDIR)/NVidia: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
|
||||
$(STORAGEDIR)/NVidia: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
|
||||
%fileactionmsg msg="Creating " file="$@" elipses="..."
|
||||
@$(CP) -f $< $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user