Browse Source

make-release: Grab DLLs from build, not project root

Luke Dashjr 13 years ago
parent
commit
9a84bbd16e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      make-release

+ 1 - 2
make-release

@@ -16,8 +16,6 @@ mkdir -v "$OUTDIR"
 cp -v \
 	-L \
 	pdcurses.dll \
-	libblkmaker-0.1-0.dll \
-	libblkmaker_jansson-0.1-0.dll \
 	libcurl-4.dll \
 	pthreadGC2.dll \
 	libjansson-4.dll \
@@ -64,6 +62,7 @@ NOCONFIGURE=1 \
 make -j4
 cp -v \
 	bfgminer.exe \
+	libblkmaker/.libs/*.dll \
 	*.cl \
 	example.conf \
 	windows-build.txt \