Changeset 2898 for libcaca/trunk/cxx
- Timestamp:
- Oct 7, 2008, 11:26:56 PM (12 years ago)
- Location:
- libcaca/trunk/cxx
- Files:
-
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/Makefile.am
r2854 r2898 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca 4 4 5 EXTRA_DIST = libcaca++.vcproj libcaca++.def test-cxx.vcproj 5 6 if USE_CXX 6 7 pkgconfig_DATA = caca++.pc -
libcaca/trunk/cxx/libcaca++.vcproj
r2897 r2898 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="libcaca++" 6 6 ProjectGUID="{5AAFB727-094F-4104-A765-A94B32497C7D}" … … 39 39 Name="VCCLCompilerTool" 40 40 Optimization="0" 41 AdditionalIncludeDirectories="..\msvc;..\caca ;..\cxx"41 AdditionalIncludeDirectories="..\msvc;..\caca" 42 42 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA_PP__" 43 43 MinimalRebuild="true" … … 115 115 <Tool 116 116 Name="VCCLCompilerTool" 117 AdditionalIncludeDirectories="..\msvc;..\caca ;..\cxx"117 AdditionalIncludeDirectories="..\msvc;..\caca" 118 118 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA_PP__" 119 119 RuntimeLibrary="2" … … 171 171 <Files> 172 172 <Filter 173 Name="Source Files"174 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"175 >176 <File177 RelativePath="..\cxx\caca++.cpp"178 >179 </File>180 <File181 RelativePath=".\libcaca++.def"182 >183 </File>184 </Filter>185 <Filter186 173 Name="Header Files" 187 174 Filter="h;hpp;hxx;hm;inl;inc;xsd" 188 175 > 189 176 <File 190 RelativePath="..\cxx\caca++.h" 177 RelativePath="caca++.h" 178 > 179 </File> 180 <File 181 RelativePath="..\msvc\config.h" 191 182 > 192 183 </File> 193 184 </Filter> 185 <File 186 RelativePath="caca++.cpp" 187 > 188 </File> 189 <File 190 RelativePath=".\libcaca++.def" 191 > 192 </File> 194 193 </Files> 195 194 <Globals> -
libcaca/trunk/cxx/test-cxx.vcproj
r2897 r2898 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="test-cxx" 6 6 ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" … … 41 41 Name="VCCLCompilerTool" 42 42 Optimization="0" 43 AdditionalIncludeDirectories=". .\msvc;..\cxx;..\caca"43 AdditionalIncludeDirectories=".;..\msvc;..\caca" 44 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 45 45 MinimalRebuild="true" … … 117 117 <Tool 118 118 Name="VCCLCompilerTool" 119 AdditionalIncludeDirectories=". .\msvc;..\cxx;..\caca"119 AdditionalIncludeDirectories=".;..\msvc;..\caca" 120 120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 121 121 RuntimeLibrary="2" … … 172 172 </References> 173 173 <Files> 174 <Filter 175 Name="Fichiers sources" 176 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 177 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 174 <File 175 RelativePath="cxxtest.cpp" 178 176 > 179 <File 180 RelativePath="..\cxx\cxxtest.cpp" 181 > 182 </File> 183 </Filter> 184 <Filter 185 Name="Fichiers d'en-tête" 186 Filter="h;hpp;hxx;hm;inl;inc;xsd" 187 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 188 > 189 </Filter> 177 </File> 190 178 </Files> 191 179 <Globals>
Note: See TracChangeset
for help on using the changeset viewer.