-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScilabSerialLib_x64.cbp
40 lines (40 loc) · 1.07 KB
/
ScilabSerialLib_x64.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ScilabSerialLib_x64" />
<Option pch_mode="2" />
<Option compiler="tdm-gcc_64_bit" />
<Build>
<Target title="default">
<Option output="out/siseli_x64" prefix_auto="0" extension_auto="1" />
<Option object_output="obj" />
<Option type="3" />
<Option compiler="tdm-gcc_64_bit" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
</Target>
</Build>
<Compiler>
<Add option="-std=c++11" />
<Add option="-m64" />
<Add option="-DBUILDING_DLL=1" />
<Add directory="inc" />
</Compiler>
<Linker>
<Add option="-m64" />
<Add library="lib\SerialCore_x64.a" />
<Add directory="lib" />
</Linker>
<Unit filename="asSerial.cpp" />
<Unit filename="asSerial.h" />
<Unit filename="siseli.cpp" />
<Unit filename="siseli.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>