mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Add currently disabled automake rule for updating scripts
This commit is contained in:
@@ -18,6 +18,13 @@ love_LDADD = liblove.la
|
||||
love_SOURCES = love.cpp
|
||||
endif
|
||||
|
||||
# Compile scripts
|
||||
#scripts/%.lua.h: scripts/%.lua
|
||||
# cd scripts; \
|
||||
# lua auto.lua \$*
|
||||
#TODO: Figure out how to only do this on gnu make, and detect which lua
|
||||
# executable to run
|
||||
|
||||
# libLÖVE
|
||||
lib_LTLIBRARIES = liblove.la
|
||||
liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user