diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/imgui-1.92.1/examples/example_win32_opengl3/build_mingw.bat | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/imgui-1.92.1/examples/example_win32_opengl3/build_mingw.bat')
| -rw-r--r-- | libs/imgui-1.92.1/examples/example_win32_opengl3/build_mingw.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/imgui-1.92.1/examples/example_win32_opengl3/build_mingw.bat b/libs/imgui-1.92.1/examples/example_win32_opengl3/build_mingw.bat deleted file mode 100644 index e9f804f..0000000 --- a/libs/imgui-1.92.1/examples/example_win32_opengl3/build_mingw.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for MINGW64 or 32 from MSYS2. -@set OUT_DIR=Debug -@set OUT_EXE=example_win32_opengl3 -@set INCLUDES=-I../.. -I../../backends -@set SOURCES=main.cpp ../../backends/imgui_impl_opengl3.cpp ../../backends/imgui_impl_win32.cpp ../../imgui*.cpp -@set LIBS=-lopengl32 -lgdi32 -ldwmapi -mkdir %OUT_DIR% -g++ -DUNICODE %INCLUDES% %SOURCES% -o %OUT_DIR%/%OUT_EXE%.exe --static -mwindows %LIBS% %LIBS% |
