147 lines
5.6 KiB
XML
147 lines
5.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="PlottWareControl" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Release">
|
|
<Option output="bin/Release/PlottWareControl" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="0" />
|
|
<Option compiler="gcc" />
|
|
<Option projectLinkerOptionsRelation="2" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
<Add option="-std=c++14" />
|
|
<Add option="-m64" />
|
|
<Add directory="D:/wxWidgets-3.0.3/lib/gcc_dll/mswu" />
|
|
<Add directory="D:/opencv-3.3.1/build/include" />
|
|
</Compiler>
|
|
<ResourceCompiler>
|
|
<Add directory="D:/wxWidgets-3.0.3/lib/gcc_dll/mswu" />
|
|
</ResourceCompiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add option="-m64" />
|
|
<Add library="libwxmsw30u_core.a" />
|
|
<Add library="libwxbase30u.a" />
|
|
<Add library="libwxpng.a" />
|
|
<Add library="libwxzlib.a" />
|
|
<Add library="libopencv_core331.dll.a" />
|
|
<Add library="libopencv_imgproc331.dll.a" />
|
|
<Add library="libopencv_imgcodecs331.dll.a" />
|
|
<Add library="libopencv_highgui331.dll.a" />
|
|
<Add directory="D:/wxWidgets-3.0.3/lib/gcc_dll" />
|
|
<Add directory="D:/opencv-3.3.1/build/x64/gcc/lib" />
|
|
<Add directory="D:/opencv-3.3.1/build/x64/gcc/bin" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Debug">
|
|
<Option output="bin/Release/PlottWareControl" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Option use_console_runner="0" />
|
|
<Option projectLinkerOptionsRelation="2" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
<Add option="-std=c++14" />
|
|
<Add option="-m64" />
|
|
<Add option="-DPWC_DEBUG" />
|
|
<Add directory="D:/wxWidgets-3.0.3/lib/gcc_dll/mswu" />
|
|
<Add directory="D:/opencv-3.3.1/build/include" />
|
|
</Compiler>
|
|
<ResourceCompiler>
|
|
<Add directory="D:/wxWidgets-3.0.3/lib/gcc_dll/mswu" />
|
|
</ResourceCompiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add option="-m64" />
|
|
<Add library="libwxmsw30u_core.a" />
|
|
<Add library="libwxbase30u.a" />
|
|
<Add library="libwxpng.a" />
|
|
<Add library="libwxzlib.a" />
|
|
<Add library="libopencv_core331.dll.a" />
|
|
<Add library="libopencv_imgproc331.dll.a" />
|
|
<Add library="libopencv_imgcodecs331.dll.a" />
|
|
<Add library="libopencv_highgui331.dll.a" />
|
|
<Add directory="D:/wxWidgets-3.0.3/lib/gcc_dll" />
|
|
<Add directory="D:/opencv-3.3.1/build/x64/gcc/lib" />
|
|
<Add directory="D:/opencv-3.3.1/build/x64/gcc/bin" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-pipe" />
|
|
<Add option="-mthreads" />
|
|
<Add option="-D__GNUWIN32__" />
|
|
<Add option="-D__WXMSW__" />
|
|
<Add option="-DWXUSINGDLL" />
|
|
<Add option="-DwxUSE_UNICODE" />
|
|
<Add option="-Wall" />
|
|
<Add directory="D:/wxWidgets-3.0.3/include" />
|
|
</Compiler>
|
|
<ResourceCompiler>
|
|
<Add directory="D:/wxWidgets-3.0.3/include" />
|
|
</ResourceCompiler>
|
|
<Linker>
|
|
<Add option="-mthreads" />
|
|
</Linker>
|
|
<Unit filename="GcodeEditorDialog.cpp" />
|
|
<Unit filename="GcodeEditorDialog.h" />
|
|
<Unit filename="PlottWareControlApp.cpp" />
|
|
<Unit filename="PlottWareControlApp.h" />
|
|
<Unit filename="PlottWareControlMain.cpp" />
|
|
<Unit filename="PlottWareControlMain.h" />
|
|
<Unit filename="SettingDialog.cpp" />
|
|
<Unit filename="SettingDialog.h" />
|
|
<Unit filename="image.cpp" />
|
|
<Unit filename="image.h" />
|
|
<Unit filename="imageViewer.cpp" />
|
|
<Unit filename="imageViewer.h" />
|
|
<Unit filename="json.hpp" />
|
|
<Unit filename="point.cpp" />
|
|
<Unit filename="point.h" />
|
|
<Unit filename="printer.cpp" />
|
|
<Unit filename="printer.h" />
|
|
<Unit filename="project.cpp" />
|
|
<Unit filename="project.h" />
|
|
<Unit filename="res/gCode.txt">
|
|
<Option target="<{~None~}>" />
|
|
</Unit>
|
|
<Unit filename="res/icon.bmp" />
|
|
<Unit filename="resource.rc">
|
|
<Option compilerVar="WINDRES" />
|
|
</Unit>
|
|
<Unit filename="serial.cpp" />
|
|
<Unit filename="serial.h" />
|
|
<Unit filename="settings.cpp" />
|
|
<Unit filename="settings.h" />
|
|
<Unit filename="version.h" />
|
|
<Unit filename="wxsmith/GcodeEditorDialog.wxs" />
|
|
<Unit filename="wxsmith/PlottWareControlframe.wxs" />
|
|
<Unit filename="wxsmith/SettingDialog.wxs" />
|
|
<Extensions>
|
|
<AutoVersioning>
|
|
<Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="5" />
|
|
<Settings autoincrement="1" date_declarations="1" use_define="0" update_manifest="1" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
|
|
<Changes_Log show_changes_editor="1" app_title="released version %M.%m.%b of %p" changeslog_path="ChangeLog.txt" />
|
|
<Code header_guard="VERSION_H" namespace="Version" prefix="" />
|
|
</AutoVersioning>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
<wxsmith version="1">
|
|
<gui name="wxWidgets" src="PlottWareControlApp.cpp" main="PlottWareControlFrame" init_handlers="necessary" language="CPP" />
|
|
<resources>
|
|
<wxFrame wxs="wxsmith/PlottWareControlframe.wxs" src="PlottWareControlMain.cpp" hdr="PlottWareControlMain.h" fwddecl="0" i18n="1" name="PlottWareControlFrame" language="CPP" />
|
|
<wxDialog wxs="wxsmith/SettingDialog.wxs" src="SettingDialog.cpp" hdr="SettingDialog.h" fwddecl="0" i18n="1" name="SettingDialog" language="CPP" />
|
|
<wxDialog wxs="wxsmith/GcodeEditorDialog.wxs" src="GcodeEditorDialog.cpp" hdr="GcodeEditorDialog.h" fwddecl="0" i18n="1" name="GcodeEditorDialog" language="CPP" />
|
|
</resources>
|
|
</wxsmith>
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|