330 lines
9.4 KiB
Makefile
330 lines
9.4 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
|
|
# ** DO NOT EDIT **
|
|
|
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
|
|
|
!IF "$(CFG)" == ""
|
|
CFG=parse - Win32 Debug
|
|
!MESSAGE No configuration specified. Defaulting to parse - Win32 Debug.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "parse - Win32 Release" && "$(CFG)" != "parse - Win32 Debug"
|
|
!MESSAGE Invalid configuration "$(CFG)" specified.
|
|
!MESSAGE You can specify a configuration when running NMAKE on this makefile
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
!MESSAGE
|
|
!MESSAGE NMAKE /f "parse.mak" CFG="parse - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "parse - Win32 Release" (based on "Win32 (x86) Application")
|
|
!MESSAGE "parse - Win32 Debug" (based on "Win32 (x86) Application")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
################################################################################
|
|
# Begin Project
|
|
# PROP Target_Last_Scanned "parse - Win32 Debug"
|
|
CPP=cl.exe
|
|
RSC=rc.exe
|
|
MTL=mktyplib.exe
|
|
|
|
!IF "$(CFG)" == "parse - 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 "Release"
|
|
# PROP Intermediate_Dir "Release"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\Release
|
|
INTDIR=.\Release
|
|
|
|
ALL : "$(OUTDIR)\parse.exe"
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Main.obj"
|
|
-@erase "$(OUTDIR)\parse.exe"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
|
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
|
/Fp"$(INTDIR)/parse.pch" /YX /Fo"$(INTDIR)/" /c
|
|
CPP_OBJS=.\Release/
|
|
CPP_SBRS=.\.
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /win32
|
|
# ADD MTL /nologo /D "NDEBUG" /win32
|
|
MTL_PROJ=/nologo /D "NDEBUG" /win32
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/parse.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
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:windows /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 /nologo /subsystem:windows /machine:I386
|
|
LINK32_FLAGS=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:windows /incremental:no\
|
|
/pdb:"$(OUTDIR)/parse.pdb" /machine:I386 /out:"$(OUTDIR)/parse.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\Main.obj" \
|
|
"..\exe\mscommon.lib"
|
|
|
|
"$(OUTDIR)\parse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "parse - Win32 Debug"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
# PROP BASE Output_Dir "Debug"
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 1
|
|
# PROP Output_Dir "msvcobj"
|
|
# PROP Intermediate_Dir "msvcobj"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
|
|
ALL : "$(OUTDIR)\parse.exe"
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Main.obj"
|
|
-@erase "$(OUTDIR)\parse.exe"
|
|
-@erase "$(OUTDIR)\parse.ilk"
|
|
-@erase "$(OUTDIR)\parse.pdb"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
|
|
# ADD CPP /nologo /Zp1 /MTd /W2 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX"windws.h" /c
|
|
CPP_PROJ=/nologo /Zp1 /MTd /W2 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
|
|
/D "__FLAT__" /D "STRICT" /Fp"c:\work\exe\msvc42.pch" /YX"windws.h"\
|
|
/Fo"$(INTDIR)/" /c
|
|
CPP_OBJS=.\msvcobj/
|
|
CPP_SBRS=.\.
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /win32
|
|
# ADD MTL /nologo /D "_DEBUG" /win32
|
|
MTL_PROJ=/nologo /D "_DEBUG" /win32
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/parse.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
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:windows /debug /machine:I386
|
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib uuid.lib /nologo /subsystem:windows /incremental:yes\
|
|
/pdb:"$(OUTDIR)/parse.pdb" /debug /machine:I386 /out:"$(OUTDIR)/parse.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\Main.obj" \
|
|
"..\exe\mscommon.lib"
|
|
|
|
"$(OUTDIR)\parse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ENDIF
|
|
|
|
.c{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cpp{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cxx{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.c{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cpp{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cxx{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
################################################################################
|
|
# Begin Target
|
|
|
|
# Name "parse - Win32 Release"
|
|
# Name "parse - Win32 Debug"
|
|
|
|
!IF "$(CFG)" == "parse - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "parse - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Main.cpp
|
|
|
|
!IF "$(CFG)" == "parse - Win32 Release"
|
|
|
|
DEP_CPP_MAIN_=\
|
|
{$(INCLUDE)}"\.\reader.hpp"\
|
|
{$(INCLUDE)}"\.\stock.hpp"\
|
|
{$(INCLUDE)}"\Assert.h"\
|
|
{$(INCLUDE)}"\Cderr.h"\
|
|
{$(INCLUDE)}"\Commdlg.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Console.hpp"\
|
|
{$(INCLUDE)}"\Common\Filemap.hpp"\
|
|
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
|
{$(INCLUDE)}"\Common\Finddata.hpp"\
|
|
{$(INCLUDE)}"\Common\Openfile.hpp"\
|
|
{$(INCLUDE)}"\Common\Puredwrd.hpp"\
|
|
{$(INCLUDE)}"\Common\Pview.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Systime.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Ctype.h"\
|
|
{$(INCLUDE)}"\Dde.h"\
|
|
{$(INCLUDE)}"\Ddeml.h"\
|
|
{$(INCLUDE)}"\Dlgs.h"\
|
|
{$(INCLUDE)}"\Excpt.h"\
|
|
{$(INCLUDE)}"\Lzexpand.h"\
|
|
{$(INCLUDE)}"\Mmsystem.h"\
|
|
{$(INCLUDE)}"\Mswsock.h"\
|
|
{$(INCLUDE)}"\Nb30.h"\
|
|
{$(INCLUDE)}"\Poppack.h"\
|
|
{$(INCLUDE)}"\Prsht.h"\
|
|
{$(INCLUDE)}"\Pshpack1.h"\
|
|
{$(INCLUDE)}"\Pshpack2.h"\
|
|
{$(INCLUDE)}"\Pshpack4.h"\
|
|
{$(INCLUDE)}"\Rpc.h"\
|
|
{$(INCLUDE)}"\Rpcdce.h"\
|
|
{$(INCLUDE)}"\Rpcdcep.h"\
|
|
{$(INCLUDE)}"\Rpcnsi.h"\
|
|
{$(INCLUDE)}"\Rpcnterr.h"\
|
|
{$(INCLUDE)}"\Shellapi.h"\
|
|
{$(INCLUDE)}"\Stdarg.h"\
|
|
{$(INCLUDE)}"\Stdio.h"\
|
|
{$(INCLUDE)}"\Stdlib.h"\
|
|
{$(INCLUDE)}"\String.h"\
|
|
{$(INCLUDE)}"\Winbase.h"\
|
|
{$(INCLUDE)}"\Wincon.h"\
|
|
{$(INCLUDE)}"\Wincrypt.h"\
|
|
{$(INCLUDE)}"\Windef.h"\
|
|
{$(INCLUDE)}"\Windows.h"\
|
|
{$(INCLUDE)}"\Winerror.h"\
|
|
{$(INCLUDE)}"\Wingdi.h"\
|
|
{$(INCLUDE)}"\Winnetwk.h"\
|
|
{$(INCLUDE)}"\Winnls.h"\
|
|
{$(INCLUDE)}"\Winnt.h"\
|
|
{$(INCLUDE)}"\Winperf.h"\
|
|
{$(INCLUDE)}"\Winreg.h"\
|
|
{$(INCLUDE)}"\Winsock.h"\
|
|
{$(INCLUDE)}"\Winsock2.h"\
|
|
{$(INCLUDE)}"\Winspool.h"\
|
|
{$(INCLUDE)}"\Winuser.h"\
|
|
{$(INCLUDE)}"\Winver.h"\
|
|
|
|
|
|
"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "parse - Win32 Debug"
|
|
|
|
DEP_CPP_MAIN_=\
|
|
{$(INCLUDE)}"\.\reader.hpp"\
|
|
{$(INCLUDE)}"\.\stock.hpp"\
|
|
{$(INCLUDE)}"\Assert.h"\
|
|
{$(INCLUDE)}"\Cderr.h"\
|
|
{$(INCLUDE)}"\Common\Assert.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.hpp"\
|
|
{$(INCLUDE)}"\Common\Block.tpp"\
|
|
{$(INCLUDE)}"\Common\Console.hpp"\
|
|
{$(INCLUDE)}"\Common\Filemap.hpp"\
|
|
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
|
{$(INCLUDE)}"\Common\Finddata.hpp"\
|
|
{$(INCLUDE)}"\Common\Openfile.hpp"\
|
|
{$(INCLUDE)}"\Common\Puredwrd.hpp"\
|
|
{$(INCLUDE)}"\Common\Pview.hpp"\
|
|
{$(INCLUDE)}"\Common\Stdlib.hpp"\
|
|
{$(INCLUDE)}"\Common\String.hpp"\
|
|
{$(INCLUDE)}"\Common\Systime.hpp"\
|
|
{$(INCLUDE)}"\Common\Windows.hpp"\
|
|
{$(INCLUDE)}"\Ctype.h"\
|
|
{$(INCLUDE)}"\Dde.h"\
|
|
{$(INCLUDE)}"\Ddeml.h"\
|
|
{$(INCLUDE)}"\Dlgs.h"\
|
|
{$(INCLUDE)}"\Excpt.h"\
|
|
{$(INCLUDE)}"\Lzexpand.h"\
|
|
{$(INCLUDE)}"\Mmsystem.h"\
|
|
{$(INCLUDE)}"\Poppack.h"\
|
|
{$(INCLUDE)}"\Pshpack1.h"\
|
|
{$(INCLUDE)}"\Pshpack2.h"\
|
|
{$(INCLUDE)}"\Pshpack4.h"\
|
|
{$(INCLUDE)}"\Stdarg.h"\
|
|
{$(INCLUDE)}"\Stdio.h"\
|
|
{$(INCLUDE)}"\Stdlib.h"\
|
|
{$(INCLUDE)}"\String.h"\
|
|
{$(INCLUDE)}"\Winbase.h"\
|
|
{$(INCLUDE)}"\Wincon.h"\
|
|
{$(INCLUDE)}"\Windef.h"\
|
|
{$(INCLUDE)}"\Windows.h"\
|
|
{$(INCLUDE)}"\Winerror.h"\
|
|
{$(INCLUDE)}"\Wingdi.h"\
|
|
{$(INCLUDE)}"\Winnetwk.h"\
|
|
{$(INCLUDE)}"\Winnls.h"\
|
|
{$(INCLUDE)}"\Winnt.h"\
|
|
{$(INCLUDE)}"\Winreg.h"\
|
|
{$(INCLUDE)}"\Winuser.h"\
|
|
{$(INCLUDE)}"\Winver.h"\
|
|
|
|
|
|
"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=\work\exe\mscommon.lib
|
|
|
|
!IF "$(CFG)" == "parse - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "parse - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
# End Target
|
|
# End Project
|
|
################################################################################
|