2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-23 02:29:10 +00:00

c_compile

git-svn-id: svn+q:///qpdf/trunk@762 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-10 16:58:29 +00:00
parent c7be2041b8
commit 7884e9b55f

View File

@ -34,6 +34,7 @@ define c_compile
endef endef
libcompile = $(compile) libcompile = $(compile)
c_libcompile = $(c_compile)
# 1 2 # 1 2
# Usage: $(call makeslib,objs,library) # Usage: $(call makeslib,objs,library)