Initial
This commit is contained in:
387
thtest/THTEST.MAK
Normal file
387
thtest/THTEST.MAK
Normal file
@@ -0,0 +1,387 @@
|
||||
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||
|
||||
!IF "$(CFG)" == ""
|
||||
CFG=thtest - Win32 Debug
|
||||
!MESSAGE No configuration specified. Defaulting to thtest - Win32 Debug.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(CFG)" != "thtest - Win32 Release" && "$(CFG)" != "thtest - 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 "Thtest.mak" CFG="thtest - Win32 Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "thtest - Win32 Release" (based on "Win32 (x86) Application")
|
||||
!MESSAGE "thtest - 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 "thtest - Win32 Debug"
|
||||
MTL=mktyplib.exe
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "thtest - 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)\Thtest.exe"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\Foo.obj"
|
||||
-@erase "$(INTDIR)\Led.obj"
|
||||
-@erase "$(INTDIR)\Main.obj"
|
||||
-@erase "$(INTDIR)\Stdtmpl.obj"
|
||||
-@erase "$(INTDIR)\Thread.res"
|
||||
-@erase "$(OUTDIR)\Thtest.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)/Thtest.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"
|
||||
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Thread.res" /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Thtest.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)/Thtest.pdb" /machine:I386 /out:"$(OUTDIR)/Thtest.exe"
|
||||
LINK32_OBJS= \
|
||||
"$(INTDIR)\Foo.obj" \
|
||||
"$(INTDIR)\Led.obj" \
|
||||
"$(INTDIR)\Main.obj" \
|
||||
"$(INTDIR)\Stdtmpl.obj" \
|
||||
"$(INTDIR)\Thread.res" \
|
||||
"..\Exe\mscommon.lib" \
|
||||
"..\Exe\msthread.lib"
|
||||
|
||||
"$(OUTDIR)\Thtest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||
$(LINK32) @<<
|
||||
$(LINK32_FLAGS) $(LINK32_OBJS)
|
||||
<<
|
||||
|
||||
!ELSEIF "$(CFG)" == "thtest - 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)\Thtest.exe"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\Foo.obj"
|
||||
-@erase "$(INTDIR)\Led.obj"
|
||||
-@erase "$(INTDIR)\Main.obj"
|
||||
-@erase "$(INTDIR)\Stdtmpl.obj"
|
||||
-@erase "$(INTDIR)\Thread.res"
|
||||
-@erase "$(INTDIR)\vc40.idb"
|
||||
-@erase "$(INTDIR)\vc40.pdb"
|
||||
-@erase "$(OUTDIR)\Thtest.exe"
|
||||
-@erase "$(OUTDIR)\Thtest.ilk"
|
||||
-@erase "$(OUTDIR)\Thtest.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 /Gm /Gi /Zi /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /YX /c
|
||||
CPP_PROJ=/nologo /Zp1 /MTd /Gm /Gi /Zi /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
|
||||
/D "__FLAT__" /D "STRICT" /Fp"$(INTDIR)/Thtest.pch" /YX /Fo"$(INTDIR)/"\
|
||||
/Fd"$(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"
|
||||
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Thread.res" /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Thtest.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
|
||||
# SUBTRACT LINK32 /pdb:none
|
||||
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)/Thtest.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Thtest.exe"
|
||||
LINK32_OBJS= \
|
||||
"$(INTDIR)\Foo.obj" \
|
||||
"$(INTDIR)\Led.obj" \
|
||||
"$(INTDIR)\Main.obj" \
|
||||
"$(INTDIR)\Stdtmpl.obj" \
|
||||
"$(INTDIR)\Thread.res" \
|
||||
"..\Exe\mscommon.lib" \
|
||||
"..\Exe\msthread.lib"
|
||||
|
||||
"$(OUTDIR)\Thtest.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 "thtest - Win32 Release"
|
||||
# Name "thtest - Win32 Debug"
|
||||
|
||||
!IF "$(CFG)" == "thtest - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "thtest - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Thread.rc
|
||||
DEP_RSC_THREA=\
|
||||
".\LED.BMP"\
|
||||
|
||||
|
||||
"$(INTDIR)\Thread.res" : $(SOURCE) $(DEP_RSC_THREA) "$(INTDIR)"
|
||||
$(RSC) $(RSC_PROJ) $(SOURCE)
|
||||
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Led.cpp
|
||||
DEP_CPP_LED_C=\
|
||||
{$(INCLUDE)}"\.\led.hpp"\
|
||||
{$(INCLUDE)}"\common\point.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
|
||||
|
||||
"$(INTDIR)\Led.obj" : $(SOURCE) $(DEP_CPP_LED_C) "$(INTDIR)"
|
||||
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Main.cpp
|
||||
DEP_CPP_MAIN_=\
|
||||
{$(INCLUDE)}"\.\Foo.hpp"\
|
||||
{$(INCLUDE)}"\.\led.hpp"\
|
||||
{$(INCLUDE)}"\common\assert.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\Common\Console.hpp"\
|
||||
{$(INCLUDE)}"\Common\Coord.hpp"\
|
||||
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\common\point.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pointer.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(INCLUDE)}"\Common\Scrnbuff.hpp"\
|
||||
{$(INCLUDE)}"\Common\Smrect.hpp"\
|
||||
{$(INCLUDE)}"\Common\Stdio.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Systime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Types.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\Common\Winnt.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Context.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Event.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Msgqueue.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Mthread.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Mutex.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Ptcllbck.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Qthread.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Savearea.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Tcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Tcallbck.tpp"\
|
||||
{$(INCLUDE)}"\Thread\Thmsg.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Thread.hpp"\
|
||||
|
||||
|
||||
"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
|
||||
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Stdtmpl.cpp
|
||||
DEP_CPP_STDTM=\
|
||||
{$(INCLUDE)}"\.\Foo.hpp"\
|
||||
{$(INCLUDE)}"\.\led.hpp"\
|
||||
{$(INCLUDE)}"\common\assert.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\common\point.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pointer.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pointer.tpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(INCLUDE)}"\Common\Stdio.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Systime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Types.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\Common\Winnt.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Context.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Event.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Msgqueue.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Mthread.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Mutex.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Ptcllbck.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Qthread.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Savearea.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Tcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Tcallbck.tpp"\
|
||||
{$(INCLUDE)}"\Thread\Thmsg.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Thread.hpp"\
|
||||
|
||||
|
||||
"$(INTDIR)\Stdtmpl.obj" : $(SOURCE) $(DEP_CPP_STDTM) "$(INTDIR)"
|
||||
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Foo.cpp
|
||||
DEP_CPP_FOO_C=\
|
||||
{$(INCLUDE)}"\.\Foo.hpp"\
|
||||
{$(INCLUDE)}"\.\led.hpp"\
|
||||
{$(INCLUDE)}"\common\assert.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
||||
{$(INCLUDE)}"\common\point.hpp"\
|
||||
{$(INCLUDE)}"\Common\Stdio.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Systime.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\Common\Winnt.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Context.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Event.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Msgqueue.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Mthread.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Mutex.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Ptcllbck.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Qthread.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Savearea.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Tcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Tcallbck.tpp"\
|
||||
{$(INCLUDE)}"\Thread\Thmsg.hpp"\
|
||||
{$(INCLUDE)}"\Thread\Thread.hpp"\
|
||||
|
||||
|
||||
"$(INTDIR)\Foo.obj" : $(SOURCE) $(DEP_CPP_FOO_C) "$(INTDIR)"
|
||||
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=\Work\Exe\mscommon.lib
|
||||
|
||||
!IF "$(CFG)" == "thtest - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "thtest - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=\Work\Exe\msthread.lib
|
||||
|
||||
!IF "$(CFG)" == "thtest - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "thtest - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
################################################################################
|
||||
Reference in New Issue
Block a user