diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-07-18 09:22:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 09:22:27 -0300 |
commit | 8357c081eb75147bb8f94d8b6e367d88ea3898ed (patch) | |
tree | 9d9726fdcefb917475d6b33344d2b832d4e78ef8 /Project/compile_flags.txt | |
parent | 295b775ad53eb1e128b705e6028f9690dc6fa640 (diff) | |
parent | 7f46d390b8cc1d5f37560f52b222198dbc5e1225 (diff) | |
download | PSP.git-8357c081eb75147bb8f94d8b6e367d88ea3898ed.tar.gz PSP.git-8357c081eb75147bb8f94d8b6e367d88ea3898ed.tar.xz PSP.git-8357c081eb75147bb8f94d8b6e367d88ea3898ed.zip |
Merge pull request #50 from Thales1330/wip/induction-motor
Wip/induction 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 |