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
commitbdb3367cc085381d41dbfff1786e9446d19c6ef5 (patch)
tree86cfcd6bd07c6173615c5dea80892530900188b4 /win32
parent5e4ebfd660bfe87241d26d8b8c6b3dbb9472547e (diff)
downloadogg-bdb3367cc085381d41dbfff1786e9446d19c6ef5.tar.gz
updated the win32 build system and corrected some missing files
git-svn-id: http://svn.xiph.org/trunk/ogg@1310 0101bb08-14d6-0310-b084-bc0e0c8e3800
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"