Displaying 3 results from an estimated 3 matches for "vsprop".
Did you mean:
sprop
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
...file into a folder, let say d:\build
2. Build libogg by launching
d:\build\libogg-1.2.2\win32\VS2008\libogg_static.sln
3. Download libvorbis-1.3.2.zip
<http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.zip> and
unpack it to d:\build
4. Edit d:\build\libvorbis-1.3.2\win32\VS2008\libogg.vsprops and change
LIBOGG_VERSION from 1.1.4 to 1.2.2
5. Build libvorbis by launching
d:\build\libvorbis-1.3.2\win32\VS2008\vorbis_static.sln
6. Download libtheora-1.1.1.zip
<http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip> and
unpack it to d:\build
7. Edit d:\build\libtheora-1.1.1...
2008 Jun 20
0
[LLVMdev] Update VS2005
Hi,
Last time patch contained a new file, but it seems this is not supported so
I attached it here:
Common.vsprops => llvm/win32/
This allow to set properties (like preprocessor definition) to all the
project at the same time.
And a patch for the recent file add/remove on legalizetype.
Regards,
Cédric
Ps: perhaps I should post on llvm-commit for this kind of things? I would
then need to subscribe in ord...
2008 Jun 20
0
[LLVMdev] Update VS2005
Applied:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080616/063951.html
Thanks Cedric!
On Jun 20, 2008, at 2:36 PM, Cédric Venet wrote:
> Hi,
>
> Last time patch contained a new file, but it seems this is not
> supported so
> I attached it here:
> Common.vsprops => llvm/win32/
> This allow to set properties (like preprocessor definition) to all the
> project at the same time.
>
> And a patch for the recent file add/remove on legalizetype.
>
> Regards,
>
> Cédric
>
> Ps: perhaps I should post on llvm-commit for this kind of...