From f54297e08079fe1954920ca2742b0bed19f86181 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 10 Jul 2019 14:14:30 -0300 Subject: Induction motor implementation start Machine initialization implemented. It seems that it's working. Check a OMIB with the motor. --- Project/compile_flags.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Project/compile_flags.txt (limited to 'Project/compile_flags.txt') diff --git a/Project/compile_flags.txt b/Project/compile_flags.txt new file mode 100644 index 0000000..522bc06 --- /dev/null +++ b/Project/compile_flags.txt @@ -0,0 +1,18 @@ +-IC:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\5.1.0\include\c++ +-IC:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\5.1.0\include\c++\x86_64-w64-mingw32 +-IC:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\5.1.0\include\c++\backward +-IC:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\5.1.0\include +-IC:\TDM-GCC-64\include +-IC:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\5.1.0\include-fixed +-IC:\TDM-GCC-64\x86_64-w64-mingw32\include +-IC:\Users\thale\Documents\GitHub\PSP\Project +-IC:\wxWidgets-3.1.2\lib\gcc_dll\mswu +-IC:\wxWidgets-3.1.2\include +-D_UNICODE +-DHAVE_W32API_H +-DWXUSINGDLL +-D__WXMSW__ +-DNDEBUG +-DUNICODE +-target +x86_64-pc-windows-gnu -- cgit