Skip to content

Commit

Permalink
build.bat:
Browse files Browse the repository at this point in the history
* Oh, I probably need to add 3rdparty/include as an include path to the cl command.
  • Loading branch information
razterizer committed Sep 17, 2024
1 parent ccc638c commit 8443ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pilot_Episode/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
call ..\..\lib\Core\build.bat

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

if %errorlevel% neq 0 (
echo Build failed with error code %errorlevel%.
Expand Down

0 comments on commit 8443ef4

Please sign in to comment.