summaryrefslogtreecommitdiff
path: root/src/libFLAC/libFLAC_dynamic.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/libFLAC/libFLAC_dynamic.vcproj')
-rw-r--r--src/libFLAC/libFLAC_dynamic.vcproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libFLAC/libFLAC_dynamic.vcproj b/src/libFLAC/libFLAC_dynamic.vcproj
index 45b475f5..0fa150cc 100644
--- a/src/libFLAC/libFLAC_dynamic.vcproj
+++ b/src/libFLAC/libFLAC_dynamic.vcproj
@@ -407,6 +407,30 @@
>
</File>
<File
+ RelativePath=".\ia32\bitreader_asm.nasm"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
+ AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
+ Outputs="ia32/bitreader_asm.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
+ AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
+ Outputs="ia32/bitreader_asm.obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\ia32\cpu_asm.nasm"
>
<FileConfiguration