Remove old visual studio files
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Wed, 21 Dec 2011 09:30:55 +0000 (09:30 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Wed, 21 Dec 2011 09:30:55 +0000 (09:30 +0000)
applications/OPJViewer/CMakeLists.txt
applications/OPJViewer/Makefile [deleted file]
applications/OPJViewer/OPJViewer.dsp [deleted file]
applications/OPJViewer/OPJViewer.dsw [deleted file]
applications/OPJViewer/buildupdate.bat [deleted file]

index a03b370d6792c1c116c26f2e40e17c38c32194b4..adb1d873ba069a294492b896626f28aa53523efe 100644 (file)
@@ -8,6 +8,8 @@ INCLUDE_DIRECTORIES(
   ${CMAKE_CURRENT_SOURCE_DIR}/..\r
   )\r
 \r
+# original flags:\r
+# -DUSE_JPWL -DwxUSE_LIBOPENJPEG -DwxUSE_GUI=1 -DOPJ_STATIC -DOPJ_HTMLABOUT -DOPJ_INICONFIG -DUSE_JPSEC -DOPJ_MANYFORMATS\r
 ADD_DEFINITIONS(-DwxUSE_LIBOPENJPEG -DOPENJPEG_VERSION="1.5.0")\r
 SET(OPJV_SRCS\r
   ${CMAKE_CURRENT_SOURCE_DIR}/source/imagjpeg2000.cpp\r
diff --git a/applications/OPJViewer/Makefile b/applications/OPJViewer/Makefile
deleted file mode 100644 (file)
index b691dc7..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Makefile for OPJViewer\r
-\r
-# General configuration variables:\r
-CC = $(shell wx-config-2.8 --cxx)\r
-AR = ar\r
-\r
-CFLAGS = -DUSE_JPWL -DwxUSE_LIBOPENJPEG -DwxUSE_GUI=1 -DOPJ_STATIC -DOPJ_HTMLABOUT -DOPJ_INICONFIG -DUSE_JPSEC -DOPJ_MANYFORMATS $(shell wx-config-2.8 --cxxflags) # -g -p -pg -DUSE_JPWL\r
-\r
-OPJV_SRCS = source/imagjpeg2000.cpp source/wxj2kparser.cpp source/OPJViewer.cpp source/wxjp2parser.cpp source/OPJDialogs.cpp source/OPJThreads.cpp source/OPJAbout.cpp ../codec/index.c\r
-\r
-MODULES = $(OPJV_SRCS:.cpp=.o)\r
-\r
-all: opjviewer lib\r
-\r
-.cpp.o:\r
-       $(CC) $(CFLAGS) -c $< -o $@\r
-\r
-lib:\r
-       cd ../jpwl; make\r
-\r
-opjviewer: $(OPJV_SRCS) lib\r
-       $(CC) $(CFLAGS) -I .. -I ../codec -I ../libopenjpeg $(OPJV_SRCS) -o OPJViewer -L ../jpwl -lopenjpeg_JPWL -lm -lstdc++ -ltiff $(shell wx-config-2.8 --libs)\r
-\r
-\r
-clean:\r
-       rm -f OPJViewer *.o *.a\r
-       cd ../libopenjpeg; rm -f *.o\r
-\r
-\r
-\r
-\r
-#.cpp.o :\r
-#       $(CXX) -g -c `wx-config-2.8 --cxxflags` -I ../.. -D wxUSE_LIBOPENJPEG -D wxHACK_BOOLEAN -o $@ $<\r
-\r
-#all:    $(PROGRAM)\r
-\r
-#$(PROGRAM):     $(OBJECTS)\r
-#       $(CXX) -o $(PROGRAM) $(OBJECTS) -lopenjpeg -L ../.. `wx-config-2.8 --libs`\r
-\r
-#clean:\r
-#       rm -f *.o $(PROGRAM)\r
diff --git a/applications/OPJViewer/OPJViewer.dsp b/applications/OPJViewer/OPJViewer.dsp
deleted file mode 100644 (file)
index 4939f64..0000000
+++ /dev/null
@@ -1,290 +0,0 @@
-# Microsoft Developer Studio Project File - Name="OPJViewer" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=OPJVIEWER - WIN32 RELEASE\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "OPJViewer.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "OPJViewer.mak" CFG="OPJVIEWER - WIN32 RELEASE"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "OPJViewer - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "OPJViewer - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "OPJViewer - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /G6 /MD /W3 /GX /O2 /I "$(WXWIN28)\lib\vc_lib\msw" /I "$(WXWIN28)\include" /I ".." /I "..\libopenjpeg" /I "$(MXFLIB)" /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" /D "USE_JPSEC" /D "OPJ_HTMLABOUT" /D "OPJ_MANYFORMATS" /D "OPJ_INICONFIG" /FR /FD /Zm200 /c\r
-# ADD BASE RSC /l 0x410 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /i "$(WXWIN28)\include" /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# 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\r
-# 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 mxflib.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcmt.lib" /libpath:"$(WXWIN28)\lib\vc_lib" /libpath:"..\jpwl\Release" /libpath:"$(MXFLIB)\build\msvc\Release" /IGNORE:4089\r
-# SUBTRACT LINK32 /pdb:none /nodefaultlib\r
-# Begin Special Build Tool\r
-SOURCE="$(InputPath)"\r
-PostBuild_Desc=Update build number\r
-PostBuild_Cmds=buildupdate.bat\r
-# End Special Build Tool\r
-\r
-!ELSEIF  "$(CFG)" == "OPJViewer - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "OPJViewer___Win32_Debug"\r
-# PROP BASE Intermediate_Dir "OPJViewer___Win32_Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "$(WXWIN28)\INCLUDE" /I "$(WXWIN28)\lib\vc_lib\msw" /I "$(WXWIN28)\include" /I ".." /I "..\libopenjpeg" /I "$(MXFLIB)" /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" /D "OPJ_HTMLABOUT" /D "OPJ_INICONFIG" /D "OPJ_MANYFORMATS" /D "USE_JPSEC" /FR /FD /GZ /Zm200 /c\r
-# ADD BASE RSC /l 0x410 /d "_DEBUG"\r
-# ADD RSC /l 0x410 /i "$(WXWIN28)\include" /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# 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\r
-# 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_JPWLd.lib mxflib.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcmtd.lib" /pdbtype:sept /libpath:"$(WXWIN28)\lib\vc_lib" /libpath:"..\jpwl\Debug" /libpath:"$(MXFLIB)\build\msvc\Debug"\r
-# SUBTRACT LINK32 /pdb:none\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "OPJViewer - Win32 Release"\r
-# Name "OPJViewer - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=.\source\imagjpeg2000.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\imagmxf.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\codec\index.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJAbout.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJDialogs.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJThreads.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJViewer.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wxj2kparser.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wxjp2parser.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=.\source\about_htm.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\build.h\r
-# PROP Exclude_From_Build 1\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\imagjpeg2000.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\imagmxf.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\codec\index.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJViewer.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\blank.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\bullseye.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\cdrom.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\computer.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\cross.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\drive.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\file1.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\floppy.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\folder1.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\folder2.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\hand.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\icon1.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\icon2.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\icon3.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\icon4.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\icon5.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\magnif1.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\opj_logo.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJChild.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJChild16.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJViewer.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJViewer.rc\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\OPJViewer16.xpm\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\pbrush.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\pencil.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\pntleft.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\pntright.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\removble.ico\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\rightarr.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\roller.cur\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\source\wx\msw\std.ico\r
-# End Source File\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/applications/OPJViewer/OPJViewer.dsw b/applications/OPJViewer/OPJViewer.dsw
deleted file mode 100644 (file)
index 772043d..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00\r
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!\r
-\r
-###############################################################################\r
-\r
-Project: "LibOpenJPEG_JPWL"=..\jpwl\LibOpenJPEG_JPWL.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "OPJViewer"=.\OPJViewer.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name LibOpenJPEG_JPWL\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "mxflib"="..\..\..\..\mxflib-1.0.0\build\msvc\mxflib.dsp" - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Global:\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<3>\r
-{{{\r
-}}}\r
-\r
-###############################################################################\r
-\r
diff --git a/applications/OPJViewer/buildupdate.bat b/applications/OPJViewer/buildupdate.bat
deleted file mode 100644 (file)
index 0aae1c1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-::== buildupdate.bat\r
-@echo off\r
-setLocal EnableDelayedExpansion\r
-\r
-for /f "tokens=2,* delims=^(^) " %%a in ('find /v "" ^< .\source\build.h') do (\r
-rem echo %%a\r
-set /A M = %%a + 1\r
-echo Build %%a done^!\r
-echo wxT^("!M!"^) > buildtemp283746825t347\r
-)\r
-\r
-if exist buildtemp283746825t347 move /Y buildtemp283746825t347 .\source\build.h\r
-if exist buildtemp283746825t347 del /F /Q buildtemp283746825t347\r
-\r
-::==
\ No newline at end of file