build.info 288 B

123456789
  1. # We make separate GOAL variables for each algorithm, to make it easy to
  2. # switch each to the Legacy provider when needed.
  3. $STORE_GOAL=../../libdefault.a
  4. SOURCE[$STORE_GOAL]=file_store.c file_store_any2obj.c
  5. IF[{- !$disabled{winstore} -}]
  6. SOURCE[$STORE_GOAL]=winstore_store.c
  7. ENDIF