Commit 976ec735 authored by Yoni Fogel's avatar Yoni Fogel

Fix windows Build

git-svn-id: file:///svn/toku/tokudb@9571 c7de825b-a66e-492c-adef-691d508d4ae1
parent 95aa4fb0
......@@ -70,7 +70,7 @@ install: libs install_libs ;
.PHONY: local libs buildlocktrees
libs: $(LIBRARIES) ;
$(IPO_YDB) $(NOIPO_YDB) $(LIBRARIES): export.def
$(IPO_YDB) $(NOIPO_YDB) $(LIBRARIES): | export.def
export.def: export.map
echo "EXPORTS" > $@
cat export.map |sed -n "s/\([a-zA-Z_0-9][a-zA-Z_0-9]*\);/\t\1 @/g;/@/ P" |sed -n 'P;=' | sed '{;N;s/\n//;}' >> $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment