Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-php-extension
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-php-extension
Commits
6f67a84b
Commit
6f67a84b
authored
Sep 15, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed include paths, project setup
parent
9fbc5ce2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
.project
eclipse_project_setup/.project
+0
-10
elphel_php.h
src/ext/elphel/elphel_php.h
+4
-3
No files found.
eclipse_project_setup/.project
View file @
6f67a84b
...
@@ -16,16 +16,6 @@
...
@@ -16,16 +16,6 @@
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<name>
org.eclipse.ui.externaltools.ExternalToolBuilder
</name>
<triggers>
full,incremental,
</triggers>
<arguments>
<dictionary>
<key>
LaunchConfigHandle
</key>
<value>
<
project
>
/.externalToolBuilders/org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder (1).launch
</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
</buildSpec>
<natures>
<natures>
<nature>
org.eclipse.cdt.core.cnature
</nature>
<nature>
org.eclipse.cdt.core.cnature
</nature>
...
...
src/ext/elphel/elphel_php.h
View file @
6f67a84b
...
@@ -8,10 +8,11 @@
...
@@ -8,10 +8,11 @@
#warning Not using TSRM.h
#warning Not using TSRM.h
#endif
#endif
#include "elphel/c313a.h"
#include <elphel/c313a.h>
#include "elphel/exifa.h"
#include <elphel/exifa.h>
#include <autoexp.h>
#include <elphel/x393_devices.h>
#include <elphel/x393_devices.h>
//#include <autoexp.h>
//#include <elphel/x393_devices.h>
ZEND_BEGIN_MODULE_GLOBALS
(
elphel
)
ZEND_BEGIN_MODULE_GLOBALS
(
elphel
)
int
fd_exif
[
SENSOR_PORTS
];
int
fd_exif
[
SENSOR_PORTS
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment