mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add missing file.
This commit is contained in:
17
tools/build.mk
Normal file
17
tools/build.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
brother120tool.exe: $(OBJDIR)/tools/brother120tool.o
|
||||
brother240tool.exe: $(OBJDIR)/tools/brother240tool.o
|
||||
upgrade-flux-file.exe: $(OBJDIR)/tools/upgrade-flux-file.o
|
||||
|
||||
$(call use-library, brother120tool.exe, $(OBJDIR)/tools/brother120tool.o, PROTO)
|
||||
$(call use-library, brother120tool.exe, $(OBJDIR)/tools/brother120tool.o, LIBFLUXENGINE)
|
||||
$(call use-library, brother120tool.exe, $(OBJDIR)/tools/brother120tool.o, PROTO)
|
||||
|
||||
$(call use-library, brother240tool.exe, $(OBJDIR)/tools/brother240tool.o, PROTO)
|
||||
$(call use-library, brother240tool.exe, $(OBJDIR)/tools/brother240tool.o, LIBFLUXENGINE)
|
||||
|
||||
$(call use-pkgconfig, upgrade-flux-file.exe, $(OBJDIR)/tools/upgrade-flux-file.o, sqlite3)
|
||||
$(call use-library, upgrade-flux-file.exe, $(OBJDIR)/tools/upgrade-flux-file.o, LIBFLUXENGINE)
|
||||
$(call use-library, upgrade-flux-file.exe, $(OBJDIR)/tools/upgrade-flux-file.o, PROTO)
|
||||
|
||||
all: brother120tool.exe brother240tool.exe upgrade-flux-file.exe
|
||||
|
||||
Reference in New Issue
Block a user