Changeset 78 in dev for BasicCompiler32/BasicCompiler.vcproj
- Timestamp:
- Mar 25, 2007, 2:47:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/BasicCompiler.vcproj
r76 r78 48 48 Name="VCCLCompilerTool" 49 49 Optimization="0" 50 AdditionalIncludeDirectories="..\cpplibs\boost "50 AdditionalIncludeDirectories="..\cpplibs\boost;..\BasicCompiler_Common\include" 51 51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN" 52 52 MinimalRebuild="true" … … 894 894 </FileConfiguration> 895 895 </File> 896 <File897 RelativePath="..\BasicCompiler_Common\TypeDef.cpp"898 >899 <FileConfiguration900 Name="Debug|Win32"901 >902 <Tool903 Name="VCCLCompilerTool"904 PreprocessorDefinitions=""905 />906 </FileConfiguration>907 <FileConfiguration908 Name="Release|Win32"909 >910 <Tool911 Name="VCCLCompilerTool"912 PreprocessorDefinitions=""913 />914 </FileConfiguration>915 <FileConfiguration916 Name="English_Rel|Win32"917 >918 <Tool919 Name="VCCLCompilerTool"920 PreprocessorDefinitions=""921 />922 </FileConfiguration>923 </File>924 896 </Filter> 925 897 <Filter … … 1879 1851 > 1880 1852 <File 1853 RelativePath="..\BasicCompiler_Common\src\House.cpp" 1854 > 1855 </File> 1856 <File 1881 1857 RelativePath="..\BasicCompiler_Common\Procedure.cpp" 1882 1858 > … … 1885 1861 RelativePath="..\BasicCompiler_Common\Type.cpp" 1886 1862 > 1863 </File> 1864 <File 1865 RelativePath="..\BasicCompiler_Common\TypeDef.cpp" 1866 > 1867 <FileConfiguration 1868 Name="Debug|Win32" 1869 > 1870 <Tool 1871 Name="VCCLCompilerTool" 1872 PreprocessorDefinitions="" 1873 /> 1874 </FileConfiguration> 1875 <FileConfiguration 1876 Name="Release|Win32" 1877 > 1878 <Tool 1879 Name="VCCLCompilerTool" 1880 PreprocessorDefinitions="" 1881 /> 1882 </FileConfiguration> 1883 <FileConfiguration 1884 Name="English_Rel|Win32" 1885 > 1886 <Tool 1887 Name="VCCLCompilerTool" 1888 PreprocessorDefinitions="" 1889 /> 1890 </FileConfiguration> 1887 1891 </File> 1888 1892 <File … … 1935 1939 > 1936 1940 </File> 1937 <File1938 RelativePath="..\BasicCompiler_Common\TypeDef.h"1939 >1940 </File>1941 1941 </Filter> 1942 1942 <Filter … … 1944 1944 > 1945 1945 <File 1946 RelativePath="..\BasicCompiler_Common\include\House.h" 1947 > 1948 </File> 1949 <File 1946 1950 RelativePath="..\BasicCompiler_Common\Parameter.h" 1947 1951 > … … 1953 1957 <File 1954 1958 RelativePath="..\BasicCompiler_Common\Type.h" 1959 > 1960 </File> 1961 <File 1962 RelativePath="..\BasicCompiler_Common\TypeDef.h" 1955 1963 > 1956 1964 </File>
Note:
See TracChangeset
for help on using the changeset viewer.