From: Spacy <sp...@us...> - 2006-08-25 12:28:42
|
Update of /cvsroot/vba/VisualBoyAdvance/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24715/win32 Modified Files: vba_vs2005.sln vba_vs2005.vcproj Log Message: changed yasm usage and instructions Index: vba_vs2005.vcproj =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.vcproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** vba_vs2005.vcproj 24 Aug 2006 02:08:26 -0000 1.15 --- vba_vs2005.vcproj 25 Aug 2006 12:28:39 -0000 1.16 *************** *** 14,17 **** --- 14,20 ---- </Platforms> <ToolFiles> + <DefaultToolFile + FileName="yasm.rules" + /> </ToolFiles> <Configurations> *************** *** 32,35 **** --- 35,41 ---- /> <Tool + Name="YASM" + /> + <Tool Name="VCXMLDataGeneratorTool" /> *************** *** 121,124 **** --- 127,133 ---- /> <Tool + Name="YASM" + /> + <Tool Name="VCXMLDataGeneratorTool" /> *************** *** 217,220 **** --- 226,232 ---- /> <Tool + Name="YASM" + /> + <Tool Name="VCXMLDataGeneratorTool" /> *************** *** 307,310 **** --- 319,325 ---- /> <Tool + Name="YASM" + /> + <Tool Name="VCXMLDataGeneratorTool" /> *************** *** 2531,2538 **** > <Tool ! Name="VCCustomBuildTool" ! Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" ! Outputs=""$(OutDir)\$(InputName).obj"" /> </FileConfiguration> --- 2546,2551 ---- > <Tool ! Name="YASM" ! Defines="__DJGPP__" /> </FileConfiguration> *************** *** 2541,2548 **** > <Tool ! Name="VCCustomBuildTool" ! Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" ! Outputs=""$(OutDir)\$(InputName).obj"" /> </FileConfiguration> --- 2554,2559 ---- > <Tool ! Name="YASM" ! Defines="__DJGPP__" /> </FileConfiguration> *************** *** 2551,2558 **** > <Tool ! Name="VCCustomBuildTool" ! Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" ! Outputs=""$(OutDir)\$(InputName).obj"" /> </FileConfiguration> --- 2562,2567 ---- > <Tool ! Name="YASM" ! Defines="__DJGPP__" /> </FileConfiguration> *************** *** 2561,2568 **** > <Tool ! Name="VCCustomBuildTool" ! Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" ! Outputs=""$(OutDir)\$(InputName).obj"" /> </FileConfiguration> --- 2570,2575 ---- > <Tool ! Name="YASM" ! Defines="__DJGPP__" /> </FileConfiguration> *************** *** 4750,4753 **** --- 4757,4792 ---- </Filter> </Filter> + <Filter + Name="doc" + > + <File + RelativePath="..\AUTHORS" + > + </File> + <File + RelativePath="..\COPYING" + > + </File> + <File + RelativePath="..\INSTALL" + > + </File> + <File + RelativePath="..\NEWS" + > + </File> + <File + RelativePath="..\README" + > + </File> + <File + RelativePath="..\README-win.txt" + > + </File> + <File + RelativePath="..\VERSION" + > + </File> + </Filter> <File RelativePath="..\src\win32\VisualBoyAdvance.exe.manifest" Index: vba_vs2005.sln =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vba_vs2005.sln 23 Aug 2006 22:13:30 -0000 1.3 --- vba_vs2005.sln 25 Aug 2006 12:28:38 -0000 1.4 *************** *** 9,25 **** EndProjectSection EndProject - Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "documentation", "documentation", "{61FD874C-E3E4-499F-B4A9-AC8A66174D5D}" - ProjectSection(SolutionItems) = preProject - ..\AUTHORS = ..\AUTHORS - ..\COPYING = ..\COPYING - ..\INSTALL = ..\INSTALL - ..\NEWS = ..\NEWS - ..\README = ..\README - ..\README-win.txt = ..\README-win.txt - ..\VERSION = ..\VERSION - EndProjectSection - EndProject - Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{F78600CD-B229-4EE2-9351-A9D5D47AEA3B}" - EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "dependencies\zlib\zlib.vcproj", "{B938FBD9-C7F9-4BF7-8C27-68865D1FA092}" EndProject --- 9,12 ---- *************** *** 75,83 **** HideSolutionNode = FALSE EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {B938FBD9-C7F9-4BF7-8C27-68865D1FA092} = {F78600CD-B229-4EE2-9351-A9D5D47AEA3B} - {96E945F7-0377-48DA-A5F8-1C192DE9F25F} = {F78600CD-B229-4EE2-9351-A9D5D47AEA3B} - {DB5C12E9-BCD3-4517-8708-475C0D1D88CE} = {F78600CD-B229-4EE2-9351-A9D5D47AEA3B} - EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution AMDCaProjectFile = --- 62,65 ---- |