Skip to content

Commit cbf21e2

Browse files
committed
Moved PerlMagick files to the build folder.
1 parent 820f94f commit cbf21e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Solution.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,15 @@ void Solution::writeMakeFile() const
402402

403403
lib.close();
404404

405-
zipIn=wifstream(pathFromRoot(L"ProjectConfigs\\PerlMagick\\Zip.ps1"), std::ios::binary);
405+
zipIn=wifstream(pathFromRoot(L"Build\\PerlMagick\\Zip.ps1"), std::ios::binary);
406406
if (!zipIn)
407407
return;
408408

409409
zip=wofstream(pathFromRoot(L"ImageMagick\\PerlMagick\\Zip.ps1"), std::ios::binary);
410410
zip << zipIn.rdbuf();
411411
zip.close();
412412

413-
makeFileIn.open(pathFromRoot(L"ProjectConfigs\\PerlMagick\\Makefile.PL.in"));
413+
makeFileIn.open(pathFromRoot(L"Build\\PerlMagick\\Makefile.PL.in"));
414414
if (!makeFileIn)
415415
return;
416416

0 commit comments

Comments
 (0)