Commit 55c2a032 authored by Yoni Fogel's avatar Yoni Fogel

Streamline makefile for windows

git-svn-id: file:///svn/toku/tokudb@11359 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3f309d01
...@@ -42,6 +42,13 @@ LIBRARIES= \ ...@@ -42,6 +42,13 @@ LIBRARIES= \
$(LIBRARY) \ $(LIBRARY) \
$(LIBRARY_S) \ $(LIBRARY_S) \
#Purposely here for \ at end of prev #Purposely here for \ at end of prev
ifeq ($(OS_CHOICE),windows)
ifeq ($(DEBUG),0)
LIBRARIES += $(IPO_YDB)
else
LIBRARIES += $(NOIPO_YDB)
endif
endif
INSTALL_LIBRARIES= $(patsubst %,%.install,$(LIBRARIES)) INSTALL_LIBRARIES= $(patsubst %,%.install,$(LIBRARIES))
......
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