Commit 6f67a84b authored by Andrey Filippov's avatar Andrey Filippov

fixed include paths, project setup

parent 9fbc5ce2
...@@ -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>&lt;project&gt;/.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>
......
...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment