Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. # Microsoft Developer Studio Project File - Name="OPJViewer" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6.  
  7. CFG=OPJVIEWER - WIN32 RELEASE
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE
  11. !MESSAGE NMAKE /f "OPJViewer.mak".
  12. !MESSAGE
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE
  16. !MESSAGE NMAKE /f "OPJViewer.mak" CFG="OPJVIEWER - WIN32 RELEASE"
  17. !MESSAGE
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE
  20. !MESSAGE "OPJViewer - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "OPJViewer - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "OPJViewer - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir "Release"
  36. # PROP BASE Intermediate_Dir "Release"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "Release"
  41. # PROP Intermediate_Dir "Release"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  45. # 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
  46. # ADD BASE RSC /l 0x410 /d "NDEBUG"
  47. # ADD RSC /l 0x409 /i "$(WXWIN28)\include" /d "NDEBUG"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # 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
  53. # 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
  54. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  55. # Begin Special Build Tool
  56. SOURCE="$(InputPath)"
  57. PostBuild_Desc=Update build number
  58. PostBuild_Cmds=buildupdate.bat
  59. # End Special Build Tool
  60.  
  61. !ELSEIF  "$(CFG)" == "OPJViewer - Win32 Debug"
  62.  
  63. # PROP BASE Use_MFC 0
  64. # PROP BASE Use_Debug_Libraries 1
  65. # PROP BASE Output_Dir "OPJViewer___Win32_Debug"
  66. # PROP BASE Intermediate_Dir "OPJViewer___Win32_Debug"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 0
  69. # PROP Use_Debug_Libraries 1
  70. # PROP Output_Dir "Debug"
  71. # PROP Intermediate_Dir "Debug"
  72. # PROP Ignore_Export_Lib 0
  73. # PROP Target_Dir ""
  74. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  75. # 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
  76. # ADD BASE RSC /l 0x410 /d "_DEBUG"
  77. # ADD RSC /l 0x410 /i "$(WXWIN28)\include" /d "_DEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. LINK32=link.exe
  82. # 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
  83. # 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"
  84. # SUBTRACT LINK32 /pdb:none
  85.  
  86. !ENDIF
  87.  
  88. # Begin Target
  89.  
  90. # Name "OPJViewer - Win32 Release"
  91. # Name "OPJViewer - Win32 Debug"
  92. # Begin Group "Source Files"
  93.  
  94. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  95. # Begin Source File
  96.  
  97. SOURCE=.\source\imagjpeg2000.cpp
  98. # End Source File
  99. # Begin Source File
  100.  
  101. SOURCE=.\source\imagmxf.cpp
  102. # End Source File
  103. # Begin Source File
  104.  
  105. SOURCE=..\codec\index.c
  106. # End Source File
  107. # Begin Source File
  108.  
  109. SOURCE=.\source\OPJAbout.cpp
  110. # End Source File
  111. # Begin Source File
  112.  
  113. SOURCE=.\source\OPJDialogs.cpp
  114. # End Source File
  115. # Begin Source File
  116.  
  117. SOURCE=.\source\OPJThreads.cpp
  118. # End Source File
  119. # Begin Source File
  120.  
  121. SOURCE=.\source\OPJViewer.cpp
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\source\wxj2kparser.cpp
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\source\wxjp2parser.cpp
  130. # End Source File
  131. # End Group
  132. # Begin Group "Header Files"
  133.  
  134. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  135. # Begin Source File
  136.  
  137. SOURCE=.\source\about_htm.h
  138. # End Source File
  139. # Begin Source File
  140.  
  141. SOURCE=.\source\build.h
  142. # PROP Exclude_From_Build 1
  143. # End Source File
  144. # Begin Source File
  145.  
  146. SOURCE=.\source\imagjpeg2000.h
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE=.\source\imagmxf.h
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=..\codec\index.h
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\source\OPJViewer.h
  159. # End Source File
  160. # End Group
  161. # Begin Group "Resource Files"
  162.  
  163. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  164. # Begin Source File
  165.  
  166. SOURCE=.\source\wx\msw\blank.cur
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\source\wx\msw\bullseye.cur
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\source\wx\msw\cdrom.ico
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\source\wx\msw\computer.ico
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\source\wx\msw\cross.cur
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=.\source\wx\msw\drive.ico
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=.\source\wx\msw\file1.ico
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\source\wx\msw\floppy.ico
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\source\wx\msw\folder1.ico
  199. # End Source File
  200. # Begin Source File
  201.  
  202. SOURCE=.\source\wx\msw\folder2.ico
  203. # End Source File
  204. # Begin Source File
  205.  
  206. SOURCE=.\source\wx\msw\hand.cur
  207. # End Source File
  208. # Begin Source File
  209.  
  210. SOURCE=.\source\icon1.xpm
  211. # End Source File
  212. # Begin Source File
  213.  
  214. SOURCE=.\source\icon2.xpm
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=.\source\icon3.xpm
  219. # End Source File
  220. # Begin Source File
  221.  
  222. SOURCE=.\source\icon4.xpm
  223. # End Source File
  224. # Begin Source File
  225.  
  226. SOURCE=.\source\icon5.xpm
  227. # End Source File
  228. # Begin Source File
  229.  
  230. SOURCE=.\source\wx\msw\magnif1.cur
  231. # End Source File
  232. # Begin Source File
  233.  
  234. SOURCE=.\source\opj_logo.xpm
  235. # End Source File
  236. # Begin Source File
  237.  
  238. SOURCE=.\source\OPJChild.ico
  239. # End Source File
  240. # Begin Source File
  241.  
  242. SOURCE=.\source\OPJChild16.xpm
  243. # End Source File
  244. # Begin Source File
  245.  
  246. SOURCE=.\source\OPJViewer.ico
  247. # End Source File
  248. # Begin Source File
  249.  
  250. SOURCE=.\source\OPJViewer.rc
  251. # End Source File
  252. # Begin Source File
  253.  
  254. SOURCE=.\source\OPJViewer16.xpm
  255. # End Source File
  256. # Begin Source File
  257.  
  258. SOURCE=.\source\wx\msw\pbrush.cur
  259. # End Source File
  260. # Begin Source File
  261.  
  262. SOURCE=.\source\wx\msw\pencil.cur
  263. # End Source File
  264. # Begin Source File
  265.  
  266. SOURCE=.\source\wx\msw\pntleft.cur
  267. # End Source File
  268. # Begin Source File
  269.  
  270. SOURCE=.\source\wx\msw\pntright.cur
  271. # End Source File
  272. # Begin Source File
  273.  
  274. SOURCE=.\source\wx\msw\removble.ico
  275. # End Source File
  276. # Begin Source File
  277.  
  278. SOURCE=.\source\wx\msw\rightarr.cur
  279. # End Source File
  280. # Begin Source File
  281.  
  282. SOURCE=.\source\wx\msw\roller.cur
  283. # End Source File
  284. # Begin Source File
  285.  
  286. SOURCE=.\source\wx\msw\std.ico
  287. # End Source File
  288. # End Group
  289. # End Target
  290. # End Project
  291.