Fix win32 build.
authorMorgan Deters <mdeters@cs.nyu.edu>
Thu, 7 Aug 2014 15:47:20 +0000 (11:47 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Thu, 7 Aug 2014 15:47:26 +0000 (11:47 -0400)
Makefile.builds.in

index e52feea7bbefe994236a4189ab4cc29046213020..ee0bd7f98370bd49e7eb5c7ef68fa7de506da562 100644 (file)
@@ -86,10 +86,12 @@ ifeq ($(CVC4_BUILD_LIBCOMPAT),yes)
        ln -sf ../src/compat/.libs/libcvc4compat.* \
                .
 endif
-#      symlink the binary
-       cd $(CURRENT_BUILD)/bin && \
-       ln -sf ../src/main/cvc4 \
-               .
+#      symlink the binaries
+       for binary in $(CVC4_BINARIES); do \
+               cd $(CURRENT_BUILD)/bin && \
+               ln -sf ../src/main/$$binary \
+                       . ; \
+       done
 #      set up builds/doc and builds/examples
        rm -f bin; ln -sf $(CURRENT_BUILD)/bin bin
        rm -f lib; ln -sf $(CURRENT_BUILD)/lib lib