home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1999-03-17 | 16.4 KB | 531 lines |
- # Microsoft Developer Studio Generated NMAKE File, Based on JView.dsp
- !IF "$(CFG)" == ""
- CFG=JView - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to $(CFG).
- !ENDIF
-
- !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"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !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 "JView.mak" CFG="JView - Win32 Debug PWJView"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "JView - Win32 Release" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Debug" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Debug WJView" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Release WJView" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Debug Appletviewer" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Release Appletviewer" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Debug PJView" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Release PJView" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Debug PWJView" (based on "Win32 (x86) Console Application")
- !MESSAGE "JView - Win32 Release PWJView" (based on "Win32 (x86) Console Application")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
-
- CPP=cl.exe
- RSC=rc.exe
-
- !IF "$(CFG)" == "JView - Win32 Release"
-
- OUTDIR=.\ReleaseJView
- INTDIR=.\ReleaseJView
- # Begin Custom Macros
- OutDir=.\ReleaseJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\JView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\JView.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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"
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\JView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Debug"
-
- OUTDIR=.\DebugJView
- INTDIR=.\DebugJView
- # Begin Custom Macros
- OutDir=.\DebugJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\JView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\JView.exe"
- -@erase "$(OUTDIR)\JView.ilk"
- -@erase "$(OUTDIR)\JView.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\JView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Debug WJView"
-
- OUTDIR=.\DebugWJView
- INTDIR=.\DebugWJView
- # Begin Custom Macros
- OutDir=.\DebugWJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\wJView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\wJView.exe"
- -@erase "$(OUTDIR)\wJView.ilk"
- -@erase "$(OUTDIR)\wJView.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\wJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Release WJView"
-
- OUTDIR=.\ReleaseWJView
- INTDIR=.\ReleaseWJView
- # Begin Custom Macros
- OutDir=.\ReleaseWJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\wJView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\wJView.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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"
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\wJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Debug Appletviewer"
-
- OUTDIR=.\DebugAppletviewer
- INTDIR=.\DebugAppletviewer
- # Begin Custom Macros
- OutDir=.\DebugAppletviewer
- # End Custom Macros
-
- ALL : "$(OUTDIR)\appletviewer.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\appletviewer.exe"
- -@erase "$(OUTDIR)\appletviewer.ilk"
- -@erase "$(OUTDIR)\appletviewer.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\appletviewer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Release Appletviewer"
-
- OUTDIR=.\ReleaseAppletviewer
- INTDIR=.\ReleaseAppletviewer
- # Begin Custom Macros
- OutDir=.\ReleaseAppletviewer
- # End Custom Macros
-
- ALL : "$(OUTDIR)\appletviewer.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\appletviewer.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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"
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\appletviewer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Debug PJView"
-
- OUTDIR=.\DebugPJView
- INTDIR=.\DebugPJView
- # Begin Custom Macros
- OutDir=.\DebugPJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\pJView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\pJView.exe"
- -@erase "$(OUTDIR)\pJView.ilk"
- -@erase "$(OUTDIR)\pJView.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\pJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Release PJView"
-
- OUTDIR=.\ReleasePJView
- INTDIR=.\ReleasePJView
- # Begin Custom Macros
- OutDir=.\ReleasePJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\pJView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\pJView.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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"
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\pJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Debug PWJView"
-
- OUTDIR=.\DebugPWJView
- INTDIR=.\DebugPWJView
- # Begin Custom Macros
- OutDir=.\DebugPWJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\pwJView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\pwJView.exe"
- -@erase "$(OUTDIR)\pwJView.ilk"
- -@erase "$(OUTDIR)\pwJView.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "_DEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\pwJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "JView - Win32 Release PWJView"
-
- OUTDIR=.\ReleasePWJView
- INTDIR=.\ReleasePWJView
- # Begin Custom Macros
- OutDir=.\ReleasePWJView
- # End Custom Macros
-
- ALL : "$(OUTDIR)\pwJView.exe"
-
-
- CLEAN :
- -@erase "$(INTDIR)\CRESPROP.OBJ"
- -@erase "$(INTDIR)\javaprop.obj"
- -@erase "$(INTDIR)\JView.obj"
- -@erase "$(INTDIR)\JView.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\pwJView.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- 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
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)\JView.res" /d "NDEBUG"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\JView.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- 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"
- LINK32_OBJS= \
- "$(INTDIR)\CRESPROP.OBJ" \
- "$(INTDIR)\javaprop.obj" \
- "$(INTDIR)\JView.obj" \
- "$(INTDIR)\JView.res"
-
- "$(OUTDIR)\pwJView.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
- .c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
-
- !IF "$(NO_EXTERNAL_DEPS)" != "1"
- !IF EXISTS("JView.dep")
- !INCLUDE "JView.dep"
- !ELSE
- !MESSAGE Warning: cannot find "JView.dep"
- !ENDIF
- !ENDIF
-
-
- !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"
- SOURCE=.\CRESPROP.CPP
-
- "$(INTDIR)\CRESPROP.OBJ" : $(SOURCE) "$(INTDIR)"
-
-
- SOURCE=.\javaprop.cpp
-
- "$(INTDIR)\javaprop.obj" : $(SOURCE) "$(INTDIR)"
-
-
- SOURCE=.\JView.cpp
-
- "$(INTDIR)\JView.obj" : $(SOURCE) "$(INTDIR)"
-
-
- SOURCE=.\JView.rc
-
- "$(INTDIR)\JView.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
- !ENDIF
-
-