~ubuntu-branches/ubuntu/trusty/mtasc/trusty-proposed

« back to all changes in this revision

Viewing changes to ocaml/swflib/swflib.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2006-03-25 17:15:45 UTC
  • Revision ID: james.westby@ubuntu.com-20060325171545-zjh6rxeqehxiv4v2
Tags: upstream-1.12
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"
 
24
                                ReBuildCommandLine="ocamake -opt swfLib.vcproj -a"
 
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=".\png.ml">
 
49
                </File>
 
50
                <File
 
51
                        RelativePath=".\png.mli">
 
52
                </File>
 
53
                <File
 
54
                        RelativePath=".\swf.ml">
 
55
                </File>
 
56
                <File
 
57
                        RelativePath=".\swfParser.ml">
 
58
                </File>
 
59
                <File
 
60
                        RelativePath=".\swfPic.ml">
 
61
                </File>
 
62
                <File
 
63
                        RelativePath=".\swfZip.ml">
 
64
                </File>
 
65
        </Files>
 
66
        <Globals>
 
67
        </Globals>
 
68
</VisualStudioProject>