swflib.vcproj 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="swflib"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MakeFileProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Native code|Win32"
  16. OutputDirectory="."
  17. IntermediateDirectory="."
  18. ConfigurationType="0"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCNMakeTool"
  23. BuildCommandLine="ocamake -opt swfLib.vcproj -a -g"
  24. ReBuildCommandLine="ocamake -opt swfLib.vcproj -a -g -all"
  25. Output="swflib.exe"/>
  26. </Configuration>
  27. <Configuration
  28. Name="Bytecode|Win32"
  29. OutputDirectory="."
  30. IntermediateDirectory="."
  31. ConfigurationType="0"
  32. UseOfMFC="0"
  33. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  34. <Tool
  35. Name="VCNMakeTool"
  36. BuildCommandLine="ocamake -a swfLib.vcproj"
  37. ReBuildCommandLine="ocamake -a swfLib.vcproj -all"
  38. Output="swflib.exe"/>
  39. </Configuration>
  40. </Configurations>
  41. <References>
  42. </References>
  43. <Files>
  44. <File
  45. RelativePath=".\actionScript.ml">
  46. </File>
  47. <File
  48. RelativePath=".\as3.mli">
  49. </File>
  50. <File
  51. RelativePath=".\as3code.ml">
  52. </File>
  53. <File
  54. RelativePath=".\as3hl.mli">
  55. </File>
  56. <File
  57. RelativePath=".\as3hlparse.ml">
  58. </File>
  59. <File
  60. RelativePath=".\as3parse.ml">
  61. </File>
  62. <File
  63. RelativePath=".\png.ml">
  64. </File>
  65. <File
  66. RelativePath=".\png.mli">
  67. </File>
  68. <File
  69. RelativePath=".\swf.ml">
  70. </File>
  71. <File
  72. RelativePath=".\swfParser.ml">
  73. </File>
  74. <File
  75. RelativePath=".\swfPic.ml">
  76. </File>
  77. </Files>
  78. <Globals>
  79. </Globals>
  80. </VisualStudioProject>