dev 1.0.76 → 1.0.77
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
@@ -393,7 +393,7 @@ class Project < Hash
|
|
393
393
|
self[:x64_release_compile_flags]="/property:Configuration=Release /property:Platform=\"x64\" /p:OutputPath=./bin/x64/Release"
|
394
394
|
end
|
395
395
|
array<<"<paths,msbuild> #{cs} <x64_release_compile_flags>" if RUBY_PLATFORM.include?("w32")
|
396
|
-
array<<"xbuild #{cs} <x64_release_compile_flags>" if !RUBY_PLATFORM.include?("w32")
|
396
|
+
#array<<"xbuild #{cs} <x64_release_compile_flags>" if !RUBY_PLATFORM.include?("w32")
|
397
397
|
end
|
398
398
|
}
|
399
399
|
}
|