Skip to content

Commit

Permalink
Update lexilla.mak
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored May 16, 2024
1 parent 2203001 commit 2857d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lexilla/src/lexilla.mak
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ $(LIBLEXILLA): $(LEXILLA_OBJS)
{.}.cxx{$(DIR_O)}.obj::
$(CXX) $(CXXFLAGS) -c $(NAME)$(DIR_O)\ $<

.rc.res:
$(RC) -fo$(DIR_O)\$@ $**
$(DIR_O)\.rc.res:
$(RC) -fo$@ $**

# Dependencies

Expand Down

0 comments on commit 2857d11

Please sign in to comment.