From 3705f3e66004ca04ab272c9ed8a54a92e33117f8 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 28 Jun 2012 17:04:34 +0000 Subject: [PATCH] build: allow to build the PS3 binaries from Visual Studio if the proper software is installed. --- neercs/neercs.vcxproj | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/neercs/neercs.vcxproj b/neercs/neercs.vcxproj index 8bbbea6..6c35faf 100644 --- a/neercs/neercs.vcxproj +++ b/neercs/neercs.vcxproj @@ -1,6 +1,10 @@  + + Debug + PS3 + Debug Win32 @@ -13,6 +17,10 @@ Debug Xbox 360 + + Release + PS3 + Release Win32 @@ -78,4 +86,4 @@ - + \ No newline at end of file