summaryrefslogtreecommitdiff
path: root/Examples/Exceptions
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 09:45:35 -0800
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 09:45:35 -0800
commit964d6274b0eba38df43d77b87c44bd728d2f0fb5 (patch)
tree5d275d7d8173837029d04dced0fde4b087703b81 /Examples/Exceptions
parentae8260d7d038b5fbde46f72751a3d3b1fc361c0b (diff)
Renamed ini files so that multiple examples can be loaded at the same time
Diffstat (limited to 'Examples/Exceptions')
-rw-r--r--Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini (renamed from Examples/Exceptions/ExceptionCatch/30-phpcpp.ini)0
-rw-r--r--Examples/Exceptions/ExceptionCatch/Makefile2
-rw-r--r--Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini (renamed from Examples/Exceptions/ExceptionThrow/30-phpcpp.ini)0
-rw-r--r--Examples/Exceptions/ExceptionThrow/Makefile2
4 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Exceptions/ExceptionCatch/30-phpcpp.ini b/Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini
index 579fced..579fced 100644
--- a/Examples/Exceptions/ExceptionCatch/30-phpcpp.ini
+++ b/Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini
diff --git a/Examples/Exceptions/ExceptionCatch/Makefile b/Examples/Exceptions/ExceptionCatch/Makefile
index 26ca57c..d8d2c74 100644
--- a/Examples/Exceptions/ExceptionCatch/Makefile
+++ b/Examples/Exceptions/ExceptionCatch/Makefile
@@ -11,7 +11,7 @@ LD = g++
LD_FLAGS = -Wall -shared -O2
RESULT = exceptionCatch.so
-PHPINIFILE = 30-phpcpp.ini
+PHPINIFILE = 30-exceptionCatch.ini
SOURCES = $(wildcard *.cpp)
OBJECTS = $(SOURCES:%.cpp=%.o)
diff --git a/Examples/Exceptions/ExceptionThrow/30-phpcpp.ini b/Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini
index acf8569..acf8569 100644
--- a/Examples/Exceptions/ExceptionThrow/30-phpcpp.ini
+++ b/Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini
diff --git a/Examples/Exceptions/ExceptionThrow/Makefile b/Examples/Exceptions/ExceptionThrow/Makefile
index ec63508..b153a3f 100644
--- a/Examples/Exceptions/ExceptionThrow/Makefile
+++ b/Examples/Exceptions/ExceptionThrow/Makefile
@@ -11,7 +11,7 @@ LD = g++
LD_FLAGS = -Wall -shared -O2
RESULT = exceptionThrow.so
-PHPINIFILE = 30-phpcpp.ini
+PHPINIFILE = 30-exceptionThrow.ini
SOURCES = $(wildcard *.cpp)
OBJECTS = $(SOURCES:%.cpp=%.o)