Skip to content

Commit

Permalink
Oops, forgot to adjust build scripts for changed source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed May 31, 2024
1 parent ac66542 commit 88dfe52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/engine/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ echo ###

set B2_SOURCES=
set B2_SOURCES=%B2_SOURCES% bindjam.cpp builtins.cpp class.cpp
set B2_SOURCES=%B2_SOURCES% command.cpp command_db.cpp compile.cpp constants.cpp cwd.cpp
set B2_SOURCES=%B2_SOURCES% command.cpp compile.cpp constants.cpp cwd.cpp
set B2_SOURCES=%B2_SOURCES% debug.cpp debugger.cpp
set B2_SOURCES=%B2_SOURCES% events.cpp
set B2_SOURCES=%B2_SOURCES% execcmd.cpp execnt.cpp execunix.cpp filent.cpp filesys.cpp fileunix.cpp frames.cpp function.cpp
Expand All @@ -178,6 +178,7 @@ set B2_SOURCES=%B2_SOURCES% native.cpp option.cpp output.cpp parse.cpp pathnt.cp
set B2_SOURCES=%B2_SOURCES% pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp jam_strings.cpp
set B2_SOURCES=%B2_SOURCES% startup.cpp tasks.cpp
set B2_SOURCES=%B2_SOURCES% timestamp.cpp value.cpp variable.cpp w32_getreg.cpp
set B2_SOURCES=%B2_SOURCES% mod_command_db.cpp
set B2_SOURCES=%B2_SOURCES% mod_db.cpp
set B2_SOURCES=%B2_SOURCES% mod_jam_builtin.cpp
set B2_SOURCES=%B2_SOURCES% mod_jam_class.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/engine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ bindjam.cpp \
builtins.cpp \
class.cpp \
command.cpp \
command_db.cpp \
compile.cpp \
constants.cpp \
cwd.cpp \
Expand Down Expand Up @@ -489,6 +488,7 @@ timestamp.cpp \
value.cpp \
variable.cpp \
w32_getreg.cpp \
mod_command_db.cpp \
mod_db.cpp \
mod_jam_builtin.cpp \
mod_jam_class.cpp \
Expand Down

0 comments on commit 88dfe52

Please sign in to comment.