diff options
| author | Freeimage <freeimage@aliceadsl.fr> | 2006-02-01 21:25:11 +0000 |
|---|---|---|
| committer | Freeimage <freeimage@aliceadsl.fr> | 2006-02-01 21:25:11 +0000 |
| commit | 8d7b0c9c0564514d7edd36e8cc260a267c7d4213 (patch) | |
| tree | 96dc1e56c0d55b58b4c5a9f14f75ae240e2b9083 /DllOpenJPEG.dsp | |
| parent | 33b5757921fd177c063e1b885f6816bc0350664c (diff) | |
changed function definitions of INT and FIX modules to 'inline'
Diffstat (limited to 'DllOpenJPEG.dsp')
| -rw-r--r-- | DllOpenJPEG.dsp | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/DllOpenJPEG.dsp b/DllOpenJPEG.dsp index eb6d6df0..8dea6c8e 100644 --- a/DllOpenJPEG.dsp +++ b/DllOpenJPEG.dsp @@ -73,8 +73,8 @@ PostBuild_Cmds=if not exist dist mkdir dist copy libopenjpeg\openjpeg.h dist cop # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLLOPENJPEG_EXPORTS" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPJ_EXPORTS" /FD /GZ /c +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLLOPENJPEG_EXPORTS" /Yu"stdafx.h" /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPJ_EXPORTS" /FD /GZ /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 @@ -118,18 +118,10 @@ SOURCE=.\libopenjpeg\event.c # End Source File # Begin Source File -SOURCE=.\libopenjpeg\fix.c -# End Source File -# Begin Source File - SOURCE=.\libopenjpeg\image.c # End Source File # Begin Source File -SOURCE=.\libopenjpeg\int.c -# End Source File -# Begin Source File - SOURCE=.\libopenjpeg\j2k.c # End Source File # Begin Source File @@ -272,6 +264,10 @@ SOURCE=.\libopenjpeg\tgt.h # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\OpenJPEG.rc +# End Source File # End Group # End Target # End Project |
