ALL: ObjDir csTestCpp.exe CC_FLG= /nologo /I..\Include ./I./Include /Fo.\Obj\ /MT /O2 /W3 /EHsc /D"WIN32" /D"NDEBUG" /D"_WINDOWS" CPP_FLG= /nologo /I..\Include /I./Include /Fo.\Obj\ /MT /O2 /W3 /EHsc /D"WIN32" /D"NDEBUG" /D"_WINDOWS" /D"__MFC__" /D"__CPP__" {Source\}.C{Obj\}.OBJ: cl /c $(CC_FLG) /Fp"Obj/csTestCpp.pch" /Yc"csTestCpp.hpp" $< {Source\}.CPP{Obj\}.OBJ: cl /c $(CPP_FLG) /Fp"Obj/csTestCpp.pch" /Yc"csTestCpp.hpp" /D_CRT_SECURE_NO_WARNINGS /DWINVER=0x0500 $< TESTCPP_SRC= \ CStest1.cpp \ CStest2.cpp \ CStest3.cpp \ CStest4.cpp \ CStest5.cpp \ CStest6.cpp \ CStest7.cpp \ CStest8.cpp \ CStest9.cpp \ CStestA.cpp \ CStestB.cpp \ CStestC.cpp \ CStestD.cpp \ CStestE.cpp \ CStestF.cpp \ CStestG.cpp \ CStestH.cpp \ CStestI.cpp \ CStestJ.cpp \ CStestK.cpp \ CStestL.cpp \ CStestM.cpp \ CStestN.cpp \ CStestS.cpp \ CStestSupport.cpp \ CStestT.cpp \ CStestZ.cpp TESTCPP_OBJ= \ Obj/CStest1.obj \ Obj/CStest2.obj \ Obj/CStest3.obj \ Obj/CStest4.obj \ Obj/CStest5.obj \ Obj/CStest6.obj \ Obj/CStest7.obj \ Obj/CStest8.obj \ Obj/CStest9.obj \ Obj/CStestA.obj \ Obj/CStestB.obj \ Obj/CStestC.obj \ Obj/CStestD.obj \ Obj/CStestE.obj \ Obj/CStestF.obj \ Obj/CStestG.obj \ Obj/CStestH.obj \ Obj/CStestI.obj \ Obj/CStestJ.obj \ Obj/CStestK.obj \ Obj/CStestL.obj \ Obj/CStestM.obj \ Obj/CStestN.obj \ Obj/CStestS.obj \ Obj/CStestSupport.obj \ Obj/CStestT.obj \ Obj/CStestZ.obj csTestCpp.exe: ObjDir Obj/csTestCpp.obj $(TESTCPP_OBJ) cl /Fo../ /MT /O2 /I..\Include Obj/csTestCpp.obj $(TESTCPP_OBJ) /link ..\Source\csmap.lib ObjDir: -mkdir Obj