diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-06 22:10:39 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-06 22:10:39 +0100 |
| commit | 14c4893e44d1d971bc4f4666bcaf6ae3bec57280 (patch) | |
| tree | ec8f379155d0d586c3270c740426e3bc846fa80d /build_win32.bat | |
| parent | 7789c94828bcdc82864fbca473654b2c1f015ba6 (diff) | |
add licenses to about page
Diffstat (limited to 'build_win32.bat')
| -rw-r--r-- | build_win32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win32.bat b/build_win32.bat index d1e9705..3ec3c7a 100644 --- a/build_win32.bat +++ b/build_win32.bat @@ -7,7 +7,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary @set SOURCES=imgui/imgui*.cpp src/*.cpp @set LIBS=opengl32.lib Advapi32.lib Shell32.lib bin/debug/data.obj bin/debug/icon.res windres misc/icon.rc -O coff -o bin/debug/icon.res -ld -r -b binary -o bin/debug/data.obj LICENSE misc/logo_64.png +ld -r -b binary -o bin/debug/data.obj LICENSE misc/logo_64.png imgui/LICENSE imspinner/LICENSE mkdir %OUT_DIR% cl /nologo /Zi /MD /EHsc /utf-8 %INCLUDES% /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fd%OUT_DIR%/vc140.pdb /Fo%OUT_DIR%/ /link %LIBS% if "%1"=="-r" call "bin/debug/text-search.exe" |
