forked from HaxeFoundation/haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhaxe.vcproj
executable file
·155 lines (155 loc) · 3.18 KB
/
haxe.vcproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="haxe"
ProjectGUID="{6194C08E-41F1-4013-9D50-58C89E401FA8}"
Keyword="MakeFileProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="0">
<Tool
Name="VCNMakeTool"
BuildCommandLine="make MSVC=1 -j4 -f Makefile.win kill haxe"
ReBuildCommandLine="make MSVC=1 -f Makefile.win clean_haxe kill haxe"
CleanCommandLine="make -f Makefile.win clean_haxe"
Output="haxe.exe"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="0">
<Tool
Name="VCNMakeTool"
BuildCommandLine="make MSVC=1 -j4 -f Makefile.win kill haxe"
ReBuildCommandLine="make MSVC=1 -f Makefile.win kill clean_haxe haxe"
CleanCommandLine="make -f Makefile.win kill clean_haxe"
Output="haxe.exe"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="neko"
Filter="">
<File
RelativePath=".\libs\neko\binast.ml">
</File>
<File
RelativePath=".\libs\neko\nast.ml">
</File>
<File
RelativePath=".\libs\neko\nbytecode.ml">
</File>
<File
RelativePath=".\libs\neko\ncompile.ml">
</File>
<File
RelativePath=".\libs\neko\nxml.ml">
</File>
</Filter>
<Filter
Name="AS3"
Filter="">
<File
RelativePath=".\libs\swflib\as3.mli">
</File>
<File
RelativePath=".\libs\swflib\as3hl.mli">
</File>
<File
RelativePath=".\libs\swflib\swf.ml">
</File>
</Filter>
<Filter
Name="gen"
Filter="">
<File
RelativePath=".\genas3.ml">
</File>
<File
RelativePath=".\gencommon.ml">
</File>
<File
RelativePath=".\gencpp.ml">
</File>
<File
RelativePath=".\gencs.ml">
</File>
<File
RelativePath=".\genjava.ml">
</File>
<File
RelativePath=".\genjs.ml">
</File>
<File
RelativePath=".\genneko.ml">
</File>
<File
RelativePath=".\genphp.ml">
</File>
<File
RelativePath=".\genswf.ml">
</File>
<File
RelativePath=".\genswf8.ml">
</File>
<File
RelativePath=".\genswf9.ml">
</File>
<File
RelativePath=".\genxml.ml">
</File>
</Filter>
<File
RelativePath=".\ast.ml">
</File>
<File
RelativePath=".\codegen.ml">
</File>
<File
RelativePath=".\common.ml">
</File>
<File
RelativePath=".\dce.ml">
</File>
<File
RelativePath=".\interp.ml">
</File>
<File
RelativePath=".\lexer.mll">
</File>
<File
RelativePath=".\main.ml">
</File>
<File
RelativePath=".\optimizer.ml">
</File>
<File
RelativePath=".\parser.ml">
</File>
<File
RelativePath=".\type.ml">
</File>
<File
RelativePath=".\typecore.ml">
</File>
<File
RelativePath=".\typeload.ml">
</File>
<File
RelativePath=".\typer.ml">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>