Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AksIM2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AksIM2.vescpkg
AksIM2/AksIM2.bin
AksIM2/AksIM2.list
AksIM2/AksIM2.lisp
3 changes: 3 additions & 0 deletions AksIM2/AksIM2.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(import "AksIM2/AksIM2.bin" 'aksim2lib)

(load-native-lib aksim2lib)
27 changes: 27 additions & 0 deletions AksIM2/AksIM2/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>euc</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
</projectDescription>
Binary file added AksIM2/AksIM2/AksIM2.bin
Binary file not shown.
Loading