Skip to content

Commit 3c124a0

Browse files
committed
FIX: preparing target dirs where is copied resulted exe if Visual Studio project is used (so building does not fails in automated process)
1 parent bc24cd1 commit 3c124a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make/msvc/Make-vs-project.r3

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ VS: context [
7272
dir: prepare-dir dir
7373
dir-vs: prepare-dir/confirm dir/:name
7474

75-
75+
;target dirs:
76+
prepare-dir %../../build/win-x86/
77+
prepare-dir %../../build/win-x64/
7678

7779
guid: make-guid
7880
tmp: replace/all copy sln "#PROJECT-TYPE-GUID#" guid-project-type

0 commit comments

Comments
 (0)