diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-07-10 14:14:30 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-07-10 14:14:30 -0300 |
commit | f54297e08079fe1954920ca2742b0bed19f86181 (patch) | |
tree | 2022c968210fa803eb09c6e1faa3f3e6985af895 /Project/compile_flags.txt | |
parent | 2b02ef22cc5f2025b09b700f1cb6e1cec94d80f6 (diff) | |
download | PSP.git-f54297e08079fe1954920ca2742b0bed19f86181.tar.gz PSP.git-f54297e08079fe1954920ca2742b0bed19f86181.tar.xz PSP.git-f54297e08079fe1954920ca2742b0bed19f86181.zip |
Induction motor implementation start
Machine initialization implemented. It seems that it's working. Check a OMIB with the motor.
Diffstat (limited to 'Project/compile_flags.txt')
-rw-r--r-- | Project/compile_flags.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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 |