Commit 7884e9b55f32ad819161a454c479bf0c94611bd7

Authored by Jay Berkenbilt
1 parent c7be2041

c_compile


git-svn-id: svn+q:///qpdf/trunk@762 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 1 additions and 0 deletions
make/mingw.mk
... ... @@ -34,6 +34,7 @@ define c_compile
34 34 endef
35 35  
36 36 libcompile = $(compile)
  37 +c_libcompile = $(c_compile)
37 38  
38 39 # 1 2
39 40 # Usage: $(call makeslib,objs,library)
... ...