summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2001-02-19 06:34:07 +0000
committerJack Moffitt <jack@xiph.org>2001-02-19 06:34:07 +0000
commit1e853766b75d11b785150877c74ea1d0e6dcfbf5 (patch)
tree86cfcd6bd07c6173615c5dea80892530900188b4 /win32
parentcb308640c42134def46147b366c535b116c25457 (diff)
downloadogg-git-1e853766b75d11b785150877c74ea1d0e6dcfbf5.tar.gz
updated the win32 build system and corrected some missing files
svn path=/trunk/ogg/; revision=1310
Diffstat (limited to 'win32')
-rw-r--r--win32/ogg_static.dsp18
1 files changed, 18 insertions, 0 deletions
diff --git a/win32/ogg_static.dsp b/win32/ogg_static.dsp
index c87f478..fc88c78 100644
--- a/win32/ogg_static.dsp
+++ b/win32/ogg_static.dsp
@@ -86,10 +86,28 @@ LIB32=link.exe -lib
# Begin Source File
SOURCE=..\src\bitwise.c
+
+!IF "$(CFG)" == "ogg_static - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ogg_static - Win32 Debug"
+
+# ADD CPP /MDd
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\framing.c
+
+!IF "$(CFG)" == "ogg_static - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ogg_static - Win32 Debug"
+
+# ADD CPP /MDd
+
+!ENDIF
+
# End Source File
# End Group
# Begin Group "Header Files"