Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
0acaad1b
Commit
0acaad1b
authored
Apr 10, 2008
by
Gabriel Bouvigne
Committed by
Loren Merritt
Apr 11, 2008
Browse files
update msvc projectfile
parent
25558461
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/win32/libx264.vcproj
View file @
0acaad1b
...
...
@@ -1050,7 +1050,7 @@
RelativePath=
"..\..\common\x86\dct.h"
>
</File>
<File
RelativePath=
"..\..\common\x86\
deblock
-a.asm"
>
RelativePath=
"..\..\common\x86\
cabac
-a.asm"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
...
...
@@ -1076,6 +1076,33 @@
Outputs=
"$(IntDir)\$(InputName).obj"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\..\common\x86\deblock-a.asm"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCustomBuildTool"
Description=
"Assembly $(InputPath)"
CommandLine=
"nasm -I..\..\common\x86\ -f win32 -O2 -DPREFIX -o "$(IntDir)\$(InputName)".obj "$(InputPath)""
Outputs=
"$(IntDir)\$(InputName).obj"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCustomBuildTool"
Description=
"Assembly $(InputPath)"
CommandLine=
"nasm -I..\..\common\x86\ -f win32 -O2 -DPREFIX -o "$(IntDir)\$(InputName)".obj "$(InputPath)""
Outputs=
"$(IntDir)\$(InputName).obj"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release64|Win32"
>
<Tool
Name=
"VCCustomBuildTool"
Description=
"Assembly $(InputPath)"
CommandLine=
"yasm -f win32 -O2 -m AMD64 -DWIN64 -o "$(IntDir)\$(InputName)".obj "$(InputPath)""
Outputs=
"$(IntDir)\$(InputName).obj"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\..\common\x86\x86inc.asm"
>
<FileConfiguration
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment