]> Chaos Git - corbenik/ctrulib.git/commitdiff
Update Makefile in examples
authorfincs <fincs.alt1@gmail.com>
Fri, 21 Nov 2014 15:53:28 +0000 (16:53 +0100)
committerfincs <fincs.alt1@gmail.com>
Fri, 21 Nov 2014 15:53:28 +0000 (16:53 +0100)
examples/app_launch/Makefile
examples/gpu/Makefile
examples/mic/Makefile
examples/mvd/Makefile
examples/sdmc/Makefile

index 568eda299b0dbb765ebd030c04d84b282878625e..c4c758ea3af42dd7efb4854ae74447f04a5370cc 100644 (file)
@@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
 $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
 endif
 
-ifeq ($(strip $(CTRULIB)),)
-# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru
-$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
-endif
-
 TOPDIR ?= $(CURDIR)
 include $(DEVKITARM)/3ds_rules
 
index 568eda299b0dbb765ebd030c04d84b282878625e..c4c758ea3af42dd7efb4854ae74447f04a5370cc 100644 (file)
@@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
 $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
 endif
 
-ifeq ($(strip $(CTRULIB)),)
-# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru
-$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
-endif
-
 TOPDIR ?= $(CURDIR)
 include $(DEVKITARM)/3ds_rules
 
index 568eda299b0dbb765ebd030c04d84b282878625e..c4c758ea3af42dd7efb4854ae74447f04a5370cc 100644 (file)
@@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
 $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
 endif
 
-ifeq ($(strip $(CTRULIB)),)
-# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru
-$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
-endif
-
 TOPDIR ?= $(CURDIR)
 include $(DEVKITARM)/3ds_rules
 
index 568eda299b0dbb765ebd030c04d84b282878625e..c4c758ea3af42dd7efb4854ae74447f04a5370cc 100644 (file)
@@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
 $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
 endif
 
-ifeq ($(strip $(CTRULIB)),)
-# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru
-$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
-endif
-
 TOPDIR ?= $(CURDIR)
 include $(DEVKITARM)/3ds_rules
 
index 568eda299b0dbb765ebd030c04d84b282878625e..c4c758ea3af42dd7efb4854ae74447f04a5370cc 100644 (file)
@@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
 $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
 endif
 
-ifeq ($(strip $(CTRULIB)),)
-# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru
-$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
-endif
-
 TOPDIR ?= $(CURDIR)
 include $(DEVKITARM)/3ds_rules