WIN32 with threads

This commit is contained in:
Vitor Santos Costa
2014-03-06 13:34:35 +00:00
parent 386e15c425
commit 47d436fc13
6 changed files with 17 additions and 11 deletions

2
packages/ProbLog/simplecudd/Makefile.in Normal file → Executable file
View File

@@ -59,7 +59,7 @@ clean:
rm -f *.o problogbdd
install: default
$(INSTALL_PROGRAM) problogbdd $(DESTDIR)$(SHAREDIR)/Yap
$(INSTALL_PROGRAM) problogbdd $(DESTDIR)$(BINDIR)/Yap
install-examples:

2
packages/ProbLog/simplecudd_lfi/Makefile.in Normal file → Executable file
View File

@@ -59,7 +59,7 @@ clean:
rm -f *.o problogbdd_lfi
install: default
$(INSTALL_PROGRAM) problogbdd_lfi $(DESTDIR)$(SHAREDIR)/Yap
$(INSTALL_PROGRAM) problogbdd_lfi $(DESTDIR)$(BINDIR)
install-examples: