-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathwix_osg.wxs
84 lines (81 loc) · 5.36 KB
/
wix_osg.wxs
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
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="dir_mscsim_bin">
<Directory Id="dir_mscsim_osgPlugins_3_6_5" Name="osgPlugins-3.6.5" />
<Component Id="dir_mscsim_icudt58" Guid="{6f0cde76-8349-418d-a97a-ed7ae05726dd}">
<File Id="dir_mscsim_icudt58_dll" Name="icudt58.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\icudt58.dll" />
</Component>
<Component Id="dir_mscsim_icuin58" Guid="{15cae134-3d35-4249-b034-f97be5864beb}">
<File Id="dir_mscsim_icuin58_dll" Name="icuin58.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\icuin58.dll" />
</Component>
<Component Id="dir_mscsim_icuuc58" Guid="{d7ec7453-7663-42f2-b912-d34ba1225885}">
<File Id="dir_mscsim_icuuc58_dll" Name="icuuc58.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\icuuc58.dll" />
</Component>
<Component Id="dir_mscsim_libpng16" Guid="{13082894-70b1-42b5-98ea-2425cfae6e36}">
<File Id="dir_mscsim_libpng16_dll" Name="libpng16.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\libpng16.dll" />
</Component>
<Component Id="dir_mscsim_libxml2" Guid="{8bece0f4-dbcd-4d16-994f-9026508e4a35}">
<File Id="dir_mscsim_libxml2_dll" Name="libxml2.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\libxml2.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osg" Guid="{9a82acb9-d581-44db-a884-e4a9a3a8bf48}">
<File Id="dir_mscsim_osg161_osg_dll" Name="osg161-osg.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osg.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgDB" Guid="{c6158635-6f69-4b95-9893-df3c9b799d7c}">
<File Id="dir_mscsim_osg161_osgDB_dll" Name="osg161-osgDB.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgDB.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgGA" Guid="{1ed76f9e-71e2-4a63-a4cb-8dc84351543b}">
<File Id="dir_mscsim_osg161_osgGA_dll" Name="osg161-osgGA.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgGA.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgParticle" Guid="{74164a6f-3907-4038-ab3b-6ef60c737678}">
<File Id="dir_mscsim_osg161_osgParticle_dll" Name="osg161-osgParticle.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgParticle.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgSim" Guid="{38256566-7f48-4522-a62e-7b31efffe8b1}">
<File Id="dir_mscsim_osg161_osgSim_dll" Name="osg161-osgSim.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgSim.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgTerrain" Guid="{eb129787-690e-466a-8d0f-19993ef46777}">
<File Id="dir_mscsim_osg161_osgTerrain_dll" Name="osg161-osgTerrain.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgTerrain.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgText" Guid="{d8473194-df42-4890-b911-8374b57406cd}">
<File Id="dir_mscsim_osg161_osgText_dll" Name="osg161-osgText.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgText.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgUtil" Guid="{0e1b61a3-d1ff-4d79-8a00-2d9c45b76eb4}">
<File Id="dir_mscsim_osg161_osgUtil_dll" Name="osg161-osgUtil.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgUtil.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgViewer" Guid="{00977029-753c-4972-975e-f12662613341}">
<File Id="dir_mscsim_osg161_osgViewer_dll" Name="osg161-osgViewer.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgViewer.dll" />
</Component>
<Component Id="dir_mscsim_osg161_osgWidget" Guid="{9caa7e36-dca6-495b-bfba-e79c6a23bea3}">
<File Id="dir_mscsim_osg161_osgWidget_dll" Name="osg161-osgWidget.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\osg161-osgWidget.dll" />
</Component>
<Component Id="dir_mscsim_ot21_OpenThreads" Guid="{33c3e0f3-d3a4-4879-927c-f6e450a84df1}">
<File Id="dir_mscsim_ot21_OpenThreads_dll" Name="ot21-OpenThreads.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\ot21-OpenThreads.dll" />
</Component>
<Component Id="dir_mscsim_zlib" Guid="{7c819321-764e-4b7b-aa36-f06399be2960}">
<File Id="dir_mscsim_zlib_dll" Name="zlib.dll" DiskId="1" Source="$(env.OSG_ROOT)\bin\zlib.dll" />
</Component>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="cg_mscsim_osg">
<ComponentGroupRef Id="cg_mscsim_osg_plugins" />
<ComponentRef Id="dir_mscsim_icudt58" />
<ComponentRef Id="dir_mscsim_icuin58" />
<ComponentRef Id="dir_mscsim_icuuc58" />
<ComponentRef Id="dir_mscsim_libpng16" />
<ComponentRef Id="dir_mscsim_libxml2" />
<ComponentRef Id="dir_mscsim_osg161_osg" />
<ComponentRef Id="dir_mscsim_osg161_osgDB" />
<ComponentRef Id="dir_mscsim_osg161_osgGA" />
<ComponentRef Id="dir_mscsim_osg161_osgParticle" />
<ComponentRef Id="dir_mscsim_osg161_osgSim" />
<ComponentRef Id="dir_mscsim_osg161_osgTerrain" />
<ComponentRef Id="dir_mscsim_osg161_osgText" />
<ComponentRef Id="dir_mscsim_osg161_osgUtil" />
<ComponentRef Id="dir_mscsim_osg161_osgViewer" />
<ComponentRef Id="dir_mscsim_osg161_osgWidget" />
<ComponentRef Id="dir_mscsim_ot21_OpenThreads" />
<ComponentRef Id="dir_mscsim_zlib" />
</ComponentGroup>
</Fragment>
</Wix>