dev 1.0.66 → 1.0.67
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dev/Project.rb +1 -1
- metadata +1 -1
data/lib/dev/Project.rb
CHANGED
@@ -386,7 +386,7 @@ class Project < Hash
|
|
386
386
|
end
|
387
387
|
if(platform=="x64")
|
388
388
|
if(!has_key?(:x64_release_compile_flags))
|
389
|
-
self[:x64_release_compile_flags]="/property:Configuration=Release /property:Platform=\"x64\" /p:OutputPath=./bin/
|
389
|
+
self[:x64_release_compile_flags]="/property:Configuration=Release /property:Platform=\"x64\" /p:OutputPath=./bin/x64/Release"
|
390
390
|
end
|
391
391
|
array<<"<paths,msbuild> #{cs} <x64_release_compile_flags>"
|
392
392
|
end
|