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 b432416 commit a602de7
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 @@ -224,7 +224,7 @@ LEXILLA_OBJS=\
$(LEXLIB_OBJS) \
$(LEX_OBJS)

$(LEXILLA): $(LEXILLA_OBJS) LexillaVersion.res
$(LEXILLA): $(LEXILLA_OBJS) $(DIR_O)\LexillaVersion.res
$(LD) $(LDFLAGS) -DEF:Lexilla.def -DLL -OUT:$@ $** $(LIBS)

$(LIBLEXILLA): $(LEXILLA_OBJS)
Expand All @@ -240,7 +240,7 @@ $(LIBLEXILLA): $(LEXILLA_OBJS)
$(CXX) $(CXXFLAGS) -c $(NAME)$(DIR_O)\ $<

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

# Dependencies

Expand Down

0 comments on commit a602de7

Please sign in to comment.