home *** CD-ROM | disk | FTP | other *** search
/ Enter 1999 November / ENTER11_1.bin / WARSZTAT / SDKJava32.exe / data1.cab / fg_Samples / Samples / Native / JView / makefile < prev    next >
Encoding:
NMAKE  |  1999-03-17  |  16.4 KB  |  531 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on JView.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=JView - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to $(CFG).
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "JView - Win32 Release" && "$(CFG)" != "JView - Win32 Debug" && "$(CFG)" != "JView - Win32 Debug WJView" && "$(CFG)" != "JView - Win32 Release WJView" && "$(CFG)" != "JView - Win32 Debug Appletviewer" && "$(CFG)" != "JView - Win32 Release Appletviewer" && "$(CFG)" != "JView - Win32 Debug PJView" && "$(CFG)" != "JView - Win32 Release PJView" && "$(CFG)" != "JView - Win32 Debug PWJView" && "$(CFG)" != "JView - Win32 Release PWJView"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "JView.mak" CFG="JView - Win32 Debug PWJView"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "JView - Win32 Release" (based on "Win32 (x86) Console Application")
  17. !MESSAGE "JView - Win32 Debug" (based on "Win32 (x86) Console Application")
  18. !MESSAGE "JView - Win32 Debug WJView" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "JView - Win32 Release WJView" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "JView - Win32 Debug Appletviewer" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "JView - Win32 Release Appletviewer" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "JView - Win32 Debug PJView" (based on "Win32 (x86) Console Application")
  23. !MESSAGE "JView - Win32 Release PJView" (based on "Win32 (x86) Console Application")
  24. !MESSAGE "JView - Win32 Debug PWJView" (based on "Win32 (x86) Console Application")
  25. !MESSAGE "JView - Win32 Release PWJView" (based on "Win32 (x86) Console Application")
  26. !MESSAGE 
  27. !ERROR An invalid configuration is specified.
  28. !ENDIF 
  29.  
  30. !IF "$(OS)" == "Windows_NT"
  31. NULL=
  32. !ELSE 
  33. NULL=nul
  34. !ENDIF 
  35.  
  36. CPP=cl.exe
  37. RSC=rc.exe
  38.  
  39. !IF  "$(CFG)" == "JView - Win32 Release"
  40.  
  41. OUTDIR=.\ReleaseJView
  42. INTDIR=.\ReleaseJView
  43. # Begin Custom Macros
  44. OutDir=.\ReleaseJView
  45. # End Custom Macros
  46.  
  47. ALL : "$(OUTDIR)\JView.exe"
  48.  
  49.  
  50. CLEAN :
  51.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  52.     -@erase "$(INTDIR)\javaprop.obj"
  53.     -@erase "$(INTDIR)\JView.obj"
  54.     -@erase "$(INTDIR)\JView.res"
  55.     -@erase "$(INTDIR)\vc60.idb"
  56.     -@erase "$(OUTDIR)\JView.exe"
  57.  
  58. "$(OUTDIR)" :
  59.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  60.  
  61. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  62. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG" 
  63. BSC32=bscmake.exe
  64. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  65. BSC32_SBRS= \
  66.     
  67. LINK32=link.exe
  68. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\JView.pdb" /machine:I386 /out:"$(OUTDIR)\JView.exe" 
  69. LINK32_OBJS= \
  70.     "$(INTDIR)\CRESPROP.OBJ" \
  71.     "$(INTDIR)\javaprop.obj" \
  72.     "$(INTDIR)\JView.obj" \
  73.     "$(INTDIR)\JView.res"
  74.  
  75. "$(OUTDIR)\JView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  76.     $(LINK32) @<<
  77.   $(LINK32_FLAGS) $(LINK32_OBJS)
  78. <<
  79.  
  80. !ELSEIF  "$(CFG)" == "JView - Win32 Debug"
  81.  
  82. OUTDIR=.\DebugJView
  83. INTDIR=.\DebugJView
  84. # Begin Custom Macros
  85. OutDir=.\DebugJView
  86. # End Custom Macros
  87.  
  88. ALL : "$(OUTDIR)\JView.exe"
  89.  
  90.  
  91. CLEAN :
  92.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  93.     -@erase "$(INTDIR)\javaprop.obj"
  94.     -@erase "$(INTDIR)\JView.obj"
  95.     -@erase "$(INTDIR)\JView.res"
  96.     -@erase "$(INTDIR)\vc60.idb"
  97.     -@erase "$(INTDIR)\vc60.pdb"
  98.     -@erase "$(OUTDIR)\JView.exe"
  99.     -@erase "$(OUTDIR)\JView.ilk"
  100.     -@erase "$(OUTDIR)\JView.pdb"
  101.  
  102. "$(OUTDIR)" :
  103.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  104.  
  105. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
  106. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG" 
  107. BSC32=bscmake.exe
  108. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  109. BSC32_SBRS= \
  110.     
  111. LINK32=link.exe
  112. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\JView.pdb" /debug /machine:I386 /out:"$(OUTDIR)\JView.exe" /pdbtype:sept 
  113. LINK32_OBJS= \
  114.     "$(INTDIR)\CRESPROP.OBJ" \
  115.     "$(INTDIR)\javaprop.obj" \
  116.     "$(INTDIR)\JView.obj" \
  117.     "$(INTDIR)\JView.res"
  118.  
  119. "$(OUTDIR)\JView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  120.     $(LINK32) @<<
  121.   $(LINK32_FLAGS) $(LINK32_OBJS)
  122. <<
  123.  
  124. !ELSEIF  "$(CFG)" == "JView - Win32 Debug WJView"
  125.  
  126. OUTDIR=.\DebugWJView
  127. INTDIR=.\DebugWJView
  128. # Begin Custom Macros
  129. OutDir=.\DebugWJView
  130. # End Custom Macros
  131.  
  132. ALL : "$(OUTDIR)\wJView.exe"
  133.  
  134.  
  135. CLEAN :
  136.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  137.     -@erase "$(INTDIR)\javaprop.obj"
  138.     -@erase "$(INTDIR)\JView.obj"
  139.     -@erase "$(INTDIR)\JView.res"
  140.     -@erase "$(INTDIR)\vc60.idb"
  141.     -@erase "$(INTDIR)\vc60.pdb"
  142.     -@erase "$(OUTDIR)\wJView.exe"
  143.     -@erase "$(OUTDIR)\wJView.ilk"
  144.     -@erase "$(OUTDIR)\wJView.pdb"
  145.  
  146. "$(OUTDIR)" :
  147.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  148.  
  149. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "NO_CONSOLE" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
  150. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG" 
  151. BSC32=bscmake.exe
  152. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  153. BSC32_SBRS= \
  154.     
  155. LINK32=link.exe
  156. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\wJView.pdb" /debug /machine:I386 /out:"$(OUTDIR)\wJView.exe" /pdbtype:sept 
  157. LINK32_OBJS= \
  158.     "$(INTDIR)\CRESPROP.OBJ" \
  159.     "$(INTDIR)\javaprop.obj" \
  160.     "$(INTDIR)\JView.obj" \
  161.     "$(INTDIR)\JView.res"
  162.  
  163. "$(OUTDIR)\wJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  164.     $(LINK32) @<<
  165.   $(LINK32_FLAGS) $(LINK32_OBJS)
  166. <<
  167.  
  168. !ELSEIF  "$(CFG)" == "JView - Win32 Release WJView"
  169.  
  170. OUTDIR=.\ReleaseWJView
  171. INTDIR=.\ReleaseWJView
  172. # Begin Custom Macros
  173. OutDir=.\ReleaseWJView
  174. # End Custom Macros
  175.  
  176. ALL : "$(OUTDIR)\wJView.exe"
  177.  
  178.  
  179. CLEAN :
  180.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  181.     -@erase "$(INTDIR)\javaprop.obj"
  182.     -@erase "$(INTDIR)\JView.obj"
  183.     -@erase "$(INTDIR)\JView.res"
  184.     -@erase "$(INTDIR)\vc60.idb"
  185.     -@erase "$(OUTDIR)\wJView.exe"
  186.  
  187. "$(OUTDIR)" :
  188.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  189.  
  190. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "NO_CONSOLE" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  191. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG" 
  192. BSC32=bscmake.exe
  193. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  194. BSC32_SBRS= \
  195.     
  196. LINK32=link.exe
  197. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\wJView.pdb" /machine:I386 /out:"$(OUTDIR)\wJView.exe" 
  198. LINK32_OBJS= \
  199.     "$(INTDIR)\CRESPROP.OBJ" \
  200.     "$(INTDIR)\javaprop.obj" \
  201.     "$(INTDIR)\JView.obj" \
  202.     "$(INTDIR)\JView.res"
  203.  
  204. "$(OUTDIR)\wJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  205.     $(LINK32) @<<
  206.   $(LINK32_FLAGS) $(LINK32_OBJS)
  207. <<
  208.  
  209. !ELSEIF  "$(CFG)" == "JView - Win32 Debug Appletviewer"
  210.  
  211. OUTDIR=.\DebugAppletviewer
  212. INTDIR=.\DebugAppletviewer
  213. # Begin Custom Macros
  214. OutDir=.\DebugAppletviewer
  215. # End Custom Macros
  216.  
  217. ALL : "$(OUTDIR)\appletviewer.exe"
  218.  
  219.  
  220. CLEAN :
  221.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  222.     -@erase "$(INTDIR)\javaprop.obj"
  223.     -@erase "$(INTDIR)\JView.obj"
  224.     -@erase "$(INTDIR)\JView.res"
  225.     -@erase "$(INTDIR)\vc60.idb"
  226.     -@erase "$(INTDIR)\vc60.pdb"
  227.     -@erase "$(OUTDIR)\appletviewer.exe"
  228.     -@erase "$(OUTDIR)\appletviewer.ilk"
  229.     -@erase "$(OUTDIR)\appletviewer.pdb"
  230.  
  231. "$(OUTDIR)" :
  232.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  233.  
  234. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "APPLETVIEWER" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
  235. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG" 
  236. BSC32=bscmake.exe
  237. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  238. BSC32_SBRS= \
  239.     
  240. LINK32=link.exe
  241. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\appletviewer.pdb" /debug /machine:I386 /out:"$(OUTDIR)\appletviewer.exe" /pdbtype:sept 
  242. LINK32_OBJS= \
  243.     "$(INTDIR)\CRESPROP.OBJ" \
  244.     "$(INTDIR)\javaprop.obj" \
  245.     "$(INTDIR)\JView.obj" \
  246.     "$(INTDIR)\JView.res"
  247.  
  248. "$(OUTDIR)\appletviewer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  249.     $(LINK32) @<<
  250.   $(LINK32_FLAGS) $(LINK32_OBJS)
  251. <<
  252.  
  253. !ELSEIF  "$(CFG)" == "JView - Win32 Release Appletviewer"
  254.  
  255. OUTDIR=.\ReleaseAppletviewer
  256. INTDIR=.\ReleaseAppletviewer
  257. # Begin Custom Macros
  258. OutDir=.\ReleaseAppletviewer
  259. # End Custom Macros
  260.  
  261. ALL : "$(OUTDIR)\appletviewer.exe"
  262.  
  263.  
  264. CLEAN :
  265.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  266.     -@erase "$(INTDIR)\javaprop.obj"
  267.     -@erase "$(INTDIR)\JView.obj"
  268.     -@erase "$(INTDIR)\JView.res"
  269.     -@erase "$(INTDIR)\vc60.idb"
  270.     -@erase "$(OUTDIR)\appletviewer.exe"
  271.  
  272. "$(OUTDIR)" :
  273.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  274.  
  275. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "APPLETVIEWER" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  276. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG" 
  277. BSC32=bscmake.exe
  278. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  279. BSC32_SBRS= \
  280.     
  281. LINK32=link.exe
  282. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\appletviewer.pdb" /machine:I386 /out:"$(OUTDIR)\appletviewer.exe" 
  283. LINK32_OBJS= \
  284.     "$(INTDIR)\CRESPROP.OBJ" \
  285.     "$(INTDIR)\javaprop.obj" \
  286.     "$(INTDIR)\JView.obj" \
  287.     "$(INTDIR)\JView.res"
  288.  
  289. "$(OUTDIR)\appletviewer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  290.     $(LINK32) @<<
  291.   $(LINK32_FLAGS) $(LINK32_OBJS)
  292. <<
  293.  
  294. !ELSEIF  "$(CFG)" == "JView - Win32 Debug PJView"
  295.  
  296. OUTDIR=.\DebugPJView
  297. INTDIR=.\DebugPJView
  298. # Begin Custom Macros
  299. OutDir=.\DebugPJView
  300. # End Custom Macros
  301.  
  302. ALL : "$(OUTDIR)\pJView.exe"
  303.  
  304.  
  305. CLEAN :
  306.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  307.     -@erase "$(INTDIR)\javaprop.obj"
  308.     -@erase "$(INTDIR)\JView.obj"
  309.     -@erase "$(INTDIR)\JView.res"
  310.     -@erase "$(INTDIR)\vc60.idb"
  311.     -@erase "$(INTDIR)\vc60.pdb"
  312.     -@erase "$(OUTDIR)\pJView.exe"
  313.     -@erase "$(OUTDIR)\pJView.ilk"
  314.     -@erase "$(OUTDIR)\pJView.pdb"
  315.  
  316. "$(OUTDIR)" :
  317.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  318.  
  319. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "PROFILER_HOOK" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
  320. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG" 
  321. BSC32=bscmake.exe
  322. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  323. BSC32_SBRS= \
  324.     
  325. LINK32=link.exe
  326. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\pJView.pdb" /debug /machine:I386 /out:"$(OUTDIR)\pJView.exe" /pdbtype:sept 
  327. LINK32_OBJS= \
  328.     "$(INTDIR)\CRESPROP.OBJ" \
  329.     "$(INTDIR)\javaprop.obj" \
  330.     "$(INTDIR)\JView.obj" \
  331.     "$(INTDIR)\JView.res"
  332.  
  333. "$(OUTDIR)\pJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  334.     $(LINK32) @<<
  335.   $(LINK32_FLAGS) $(LINK32_OBJS)
  336. <<
  337.  
  338. !ELSEIF  "$(CFG)" == "JView - Win32 Release PJView"
  339.  
  340. OUTDIR=.\ReleasePJView
  341. INTDIR=.\ReleasePJView
  342. # Begin Custom Macros
  343. OutDir=.\ReleasePJView
  344. # End Custom Macros
  345.  
  346. ALL : "$(OUTDIR)\pJView.exe"
  347.  
  348.  
  349. CLEAN :
  350.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  351.     -@erase "$(INTDIR)\javaprop.obj"
  352.     -@erase "$(INTDIR)\JView.obj"
  353.     -@erase "$(INTDIR)\JView.res"
  354.     -@erase "$(INTDIR)\vc60.idb"
  355.     -@erase "$(OUTDIR)\pJView.exe"
  356.  
  357. "$(OUTDIR)" :
  358.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  359.  
  360. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\..\include" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "PROFILER_HOOK" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  361. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG" 
  362. BSC32=bscmake.exe
  363. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  364. BSC32_SBRS= \
  365.     
  366. LINK32=link.exe
  367. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\pJView.pdb" /machine:I386 /out:"$(OUTDIR)\pJView.exe" 
  368. LINK32_OBJS= \
  369.     "$(INTDIR)\CRESPROP.OBJ" \
  370.     "$(INTDIR)\javaprop.obj" \
  371.     "$(INTDIR)\JView.obj" \
  372.     "$(INTDIR)\JView.res"
  373.  
  374. "$(OUTDIR)\pJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  375.     $(LINK32) @<<
  376.   $(LINK32_FLAGS) $(LINK32_OBJS)
  377. <<
  378.  
  379. !ELSEIF  "$(CFG)" == "JView - Win32 Debug PWJView"
  380.  
  381. OUTDIR=.\DebugPWJView
  382. INTDIR=.\DebugPWJView
  383. # Begin Custom Macros
  384. OutDir=.\DebugPWJView
  385. # End Custom Macros
  386.  
  387. ALL : "$(OUTDIR)\pwJView.exe"
  388.  
  389.  
  390. CLEAN :
  391.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  392.     -@erase "$(INTDIR)\javaprop.obj"
  393.     -@erase "$(INTDIR)\JView.obj"
  394.     -@erase "$(INTDIR)\JView.res"
  395.     -@erase "$(INTDIR)\vc60.idb"
  396.     -@erase "$(INTDIR)\vc60.pdb"
  397.     -@erase "$(OUTDIR)\pwJView.exe"
  398.     -@erase "$(OUTDIR)\pwJView.ilk"
  399.     -@erase "$(OUTDIR)\pwJView.pdb"
  400.  
  401. "$(OUTDIR)" :
  402.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  403.  
  404. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "NO_CONSOLE" /D "WIN32" /D "_MBCS" /D "PROFILER_HOOK" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
  405. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG" 
  406. BSC32=bscmake.exe
  407. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  408. BSC32_SBRS= \
  409.     
  410. LINK32=link.exe
  411. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\pwJView.pdb" /debug /machine:I386 /out:"$(OUTDIR)\pwJView.exe" /pdbtype:sept 
  412. LINK32_OBJS= \
  413.     "$(INTDIR)\CRESPROP.OBJ" \
  414.     "$(INTDIR)\javaprop.obj" \
  415.     "$(INTDIR)\JView.obj" \
  416.     "$(INTDIR)\JView.res"
  417.  
  418. "$(OUTDIR)\pwJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  419.     $(LINK32) @<<
  420.   $(LINK32_FLAGS) $(LINK32_OBJS)
  421. <<
  422.  
  423. !ELSEIF  "$(CFG)" == "JView - Win32 Release PWJView"
  424.  
  425. OUTDIR=.\ReleasePWJView
  426. INTDIR=.\ReleasePWJView
  427. # Begin Custom Macros
  428. OutDir=.\ReleasePWJView
  429. # End Custom Macros
  430.  
  431. ALL : "$(OUTDIR)\pwJView.exe"
  432.  
  433.  
  434. CLEAN :
  435.     -@erase "$(INTDIR)\CRESPROP.OBJ"
  436.     -@erase "$(INTDIR)\javaprop.obj"
  437.     -@erase "$(INTDIR)\JView.obj"
  438.     -@erase "$(INTDIR)\JView.res"
  439.     -@erase "$(INTDIR)\vc60.idb"
  440.     -@erase "$(OUTDIR)\pwJView.exe"
  441.  
  442. "$(OUTDIR)" :
  443.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  444.  
  445. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "NO_CONSOLE" /D "WIN32" /D "_MBCS" /D "PROFILER_HOOK" /Fp"$(INTDIR)\JView.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  446. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG" 
  447. BSC32=bscmake.exe
  448. BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc" 
  449. BSC32_SBRS= \
  450.     
  451. LINK32=link.exe
  452. LINK32_FLAGS=kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\pwJView.pdb" /machine:I386 /out:"$(OUTDIR)\pwJView.exe" 
  453. LINK32_OBJS= \
  454.     "$(INTDIR)\CRESPROP.OBJ" \
  455.     "$(INTDIR)\javaprop.obj" \
  456.     "$(INTDIR)\JView.obj" \
  457.     "$(INTDIR)\JView.res"
  458.  
  459. "$(OUTDIR)\pwJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  460.     $(LINK32) @<<
  461.   $(LINK32_FLAGS) $(LINK32_OBJS)
  462. <<
  463.  
  464. !ENDIF 
  465.  
  466. .c{$(INTDIR)}.obj::
  467.    $(CPP) @<<
  468.    $(CPP_PROJ) $< 
  469. <<
  470.  
  471. .cpp{$(INTDIR)}.obj::
  472.    $(CPP) @<<
  473.    $(CPP_PROJ) $< 
  474. <<
  475.  
  476. .cxx{$(INTDIR)}.obj::
  477.    $(CPP) @<<
  478.    $(CPP_PROJ) $< 
  479. <<
  480.  
  481. .c{$(INTDIR)}.sbr::
  482.    $(CPP) @<<
  483.    $(CPP_PROJ) $< 
  484. <<
  485.  
  486. .cpp{$(INTDIR)}.sbr::
  487.    $(CPP) @<<
  488.    $(CPP_PROJ) $< 
  489. <<
  490.  
  491. .cxx{$(INTDIR)}.sbr::
  492.    $(CPP) @<<
  493.    $(CPP_PROJ) $< 
  494. <<
  495.  
  496.  
  497. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  498. !IF EXISTS("JView.dep")
  499. !INCLUDE "JView.dep"
  500. !ELSE 
  501. !MESSAGE Warning: cannot find "JView.dep"
  502. !ENDIF 
  503. !ENDIF 
  504.  
  505.  
  506. !IF "$(CFG)" == "JView - Win32 Release" || "$(CFG)" == "JView - Win32 Debug" || "$(CFG)" == "JView - Win32 Debug WJView" || "$(CFG)" == "JView - Win32 Release WJView" || "$(CFG)" == "JView - Win32 Debug Appletviewer" || "$(CFG)" == "JView - Win32 Release Appletviewer" || "$(CFG)" == "JView - Win32 Debug PJView" || "$(CFG)" == "JView - Win32 Release PJView" || "$(CFG)" == "JView - Win32 Debug PWJView" || "$(CFG)" == "JView - Win32 Release PWJView"
  507. SOURCE=.\CRESPROP.CPP
  508.  
  509. "$(INTDIR)\CRESPROP.OBJ" : $(SOURCE) "$(INTDIR)"
  510.  
  511.  
  512. SOURCE=.\javaprop.cpp
  513.  
  514. "$(INTDIR)\javaprop.obj" : $(SOURCE) "$(INTDIR)"
  515.  
  516.  
  517. SOURCE=.\JView.cpp
  518.  
  519. "$(INTDIR)\JView.obj" : $(SOURCE) "$(INTDIR)"
  520.  
  521.  
  522. SOURCE=.\JView.rc
  523.  
  524. "$(INTDIR)\JView.res" : $(SOURCE) "$(INTDIR)"
  525.     $(RSC) $(RSC_PROJ) $(SOURCE)
  526.  
  527.  
  528.  
  529. !ENDIF 
  530.  
  531.