Skip to content

Commit

Permalink
build_demo_1.bat:
Browse files Browse the repository at this point in the history
* Further path tweaks.
  • Loading branch information
razterizer committed Sep 17, 2024
1 parent 69f3b38 commit bb16c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/build_demo_1.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
call ..\..\Core\build.bat

REM Compile the demo using VC++
cl /std:c++20 /EHsc /Fe:bin/demo_1.obj /Fo:bin/demo_1.obj .\demo_1.cpp /I..\.. /I..\..\..\3rdparty\include /I..\..\..\3rdparty\include\OpenAL_Soft
cl /std:c++20 /EHsc /Fe:bin/demo_1.obj /Fo:bin/demo_1.obj .\demo_1.cpp /I..\.. /I..\..\..\3rdparty\include\OpenAL_Soft

REM Link the compiled object to create the executable
link /OUT:bin/demo_1.exe bin/demo_1.obj /LIBPATH:..\..\..\3rdparty\lib OpenAL32.lib
Expand Down

0 comments on commit bb16c44

Please sign in to comment.