diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-02-22 17:05:58 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-02-22 17:05:58 +0000 |
| commit | e841b13166218ba152595a7c0adf5b70c4e5558d (patch) | |
| tree | fbb9de20f67208fe6cdaf24a218368cae5e2e1e2 /OPJViewer/OPJViewer.dsp | |
| parent | 7cb2194c8e31acc867e6f674ca16c67764f09ba0 (diff) | |
Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of the University of Perugia
Diffstat (limited to 'OPJViewer/OPJViewer.dsp')
| -rw-r--r-- | OPJViewer/OPJViewer.dsp | 206 |
1 files changed, 206 insertions, 0 deletions
diff --git a/OPJViewer/OPJViewer.dsp b/OPJViewer/OPJViewer.dsp new file mode 100644 index 00000000..1ab84c3e --- /dev/null +++ b/OPJViewer/OPJViewer.dsp @@ -0,0 +1,206 @@ +# Microsoft Developer Studio Project File - Name="OPJViewer" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=OPJVIEWER - WIN32 RELEASE
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "OPJViewer.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "OPJViewer.mak" CFG="OPJVIEWER - WIN32 RELEASE"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "OPJViewer - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "OPJViewer - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "OPJViewer - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "W32Release"
+# PROP Intermediate_Dir "W32Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /G6 /MD /GX /O2 /I "c:\programmi\wxWidgets-2.8.0\lib\vc_lib\msw" /I "c:\programmi\wxWidgets-2.8.0\include" /I ".." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D WINVER=0x400 /D "_MT" /D wxUSE_GUI=1 /D "wxUSE_LIBOPENJPEG" /D "OPJ_STATIC" /D "USE_JPWL" /FR /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x410 /d "NDEBUG"
+# ADD RSC /l 0x409 /i "c:\programmi\wxWidgets-2.8.0\include" /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wxzlib.lib wxregex.lib wxpng.lib wxjpeg.lib wxbase28.lib wxmsw28_core.lib wxmsw28_html.lib wxmsw28_adv.lib wxmsw28_core.lib wxbase28.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib LibOpenJPEG_JPWL.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcmt.lib" /libpath:"c:\programmi\wxWidgets-2.8.0\lib\vc_lib" /libpath:"..\jpwl\Release" /IGNORE:4089
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "OPJViewer - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "OPJViewer___Win32_Debug"
+# PROP BASE Intermediate_Dir "OPJViewer___Win32_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "W32Debug"
+# PROP Intermediate_Dir "W32Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /Gm /GX /Zi /Od /I "C:\Programmi\wxWidgets-2.8.0\INCLUDE" /I "c:\programmi\wxWidgets-2.8.0\lib\vc_lib\msw" /I "c:\programmi\wxWidgets-2.8.0\include" /I ".." /D "_DEBUG" /D "__WXDEBUG__" /D WXDEBUG=1 /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D WINVER=0x400 /D "_MT" /D wxUSE_GUI=1 /D "wxUSE_LIBOPENJPEG" /D "OPJ_STATIC" /D "USE_JPWL" /FR /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x410 /d "_DEBUG"
+# ADD RSC /l 0x410 /i "c:\programmi\wxWidgets-2.8.0\include" /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wxzlibd.lib wxregexd.lib wxpngd.lib wxjpegd.lib wxtiffd.lib wxbase28d.lib wxmsw28d_core.lib wxmsw28d_html.lib wxmsw28d_adv.lib LibOpenJPEG_JPWL.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcmtd.lib" /pdbtype:sept /libpath:"c:\programmi\wxWidgets-2.8.0\lib\vc_lib" /libpath:"..\jpwl\Debug"
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF
+
+# Begin Target
+
+# Name "OPJViewer - Win32 Release"
+# Name "OPJViewer - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\source\imagj2k.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\imagjp2.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\imagmj2.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\OPJViewer.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\wxj2kparser.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\wxjp2parser.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\source\imagj2k.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\imagjp2.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\imagmj2.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\OPJViewer.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# Begin Source File
+
+SOURCE=.\source\icon1.xpm
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\icon2.xpm
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\icon3.xpm
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\icon4.xpm
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\icon5.xpm
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\OPJViewer.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\OPJViewer.rc
+# End Source File
+# Begin Source File
+
+SOURCE=.\source\OPJViewer16.xpm
+# End Source File
+# End Group
+# Begin Group "JPWL"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\jpwl\crc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\jpwl\crc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\jpwl\jpwl.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\jpwl\jpwl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\jpwl\jpwl_lib.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\jpwl\rs.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\jpwl\rs.h
+# End Source File
+# End Group
+# End Target
+# End Project
|
