Browse Source

Do previous SKEL_DIRECTORY change for Release profile as well.

Jonathan Pobst 15 years ago
parent
commit
e85dee8a74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/jay/jay.vcxproj

+ 1 - 1
mcs/jay/jay.vcxproj

@@ -65,7 +65,7 @@
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>
-      <PreprocessorDefinitions>SKEL_DIRECTORY=.;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>SKEL_DIRECTORY=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <PrecompiledHeader>
       </PrecompiledHeader>