summaryrefslogtreecommitdiff
path: root/src/libFLAC/libFLAC_dynamic.vcproj
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-03-23 05:16:34 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-03-23 05:16:34 +0000
commitb5f359467ffb777160da150ffda5c18b9df6ce26 (patch)
tree50b1ea04be6781fd7010f0c5e9ba53a4f28ea401 /src/libFLAC/libFLAC_dynamic.vcproj
parent9d8fa1e0c33b35f3b5e29e48896b914cf2b8543b (diff)
downloadflac-b5f359467ffb777160da150ffda5c18b9df6ce26.tar.gz
add ia32/bitreader_asm.nasm
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