home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-13 | 4.6 KB | 195 lines |
- # Microsoft Visual C++ generated build script - Do not modify
-
- PROJ = TOOLTEST
- DEBUG = 0
- PROGTYPE = 0
- CALLER =
- ARGS =
- DLLS =
- D_RCDEFINES = /d_DEBUG
- R_RCDEFINES = /dNDEBUG
- ORIGIN = MSVC
- ORIGIN_VER = 1.00
- PROJPATH = C:\SOURCE\TOOLTEST\
- USEMFC = 1
- CC = cl
- CPP = cl
- CXX = cl
- CCREATEPCHFLAG =
- CPPCREATEPCHFLAG = /YcSTDAFX.H
- CUSEPCHFLAG =
- CPPUSEPCHFLAG = /YuSTDAFX.H
- FIRSTC =
- FIRSTCPP = STDAFX.CPP
- RC = rc
- CFLAGS_D_WEXE = /nologo /G2 /W3 /Zi /AL /Od /D "_DEBUG" /GA /Fd"TOOLTEST.PDB"
- CFLAGS_R_WEXE = /nologo /Gs /G2 /W3 /AL /O1 /D "NDEBUG" /GA
- LFLAGS_D_WEXE = /NOLOGO /NOD /PACKC:61440 /STACK:10240 /ALIGN:16 /ONERROR:NOEXE /CO
- LFLAGS_R_WEXE = /NOLOGO /NOD /PACKC:61440 /STACK:10240 /ALIGN:16 /ONERROR:NOEXE
- LIBS_D_WEXE = lafxcwd oldnames libw llibcew commdlg shell
- LIBS_R_WEXE = lafxcw oldnames libw llibcew commdlg shell
- RCFLAGS = /nologo /z
- RESFLAGS = /nologo /t
- RUNFLAGS =
- DEFFILE = TOOLTEST.DEF
- OBJS_EXT =
- LIBS_EXT =
- !if "$(DEBUG)" == "1"
- CFLAGS = $(CFLAGS_D_WEXE)
- LFLAGS = $(LFLAGS_D_WEXE)
- LIBS = $(LIBS_D_WEXE)
- MAPFILE = nul
- RCDEFINES = $(D_RCDEFINES)
- !else
- CFLAGS = $(CFLAGS_R_WEXE)
- LFLAGS = $(LFLAGS_R_WEXE)
- LIBS = $(LIBS_R_WEXE)
- MAPFILE = nul
- RCDEFINES = $(R_RCDEFINES)
- !endif
- !if [if exist MSVC.BND del MSVC.BND]
- !endif
- SBRS = STDAFX.SBR \
- TOOLTEST.SBR \
- MAINFRM.SBR \
- TOOLTDOC.SBR \
- TOOLTVW.SBR \
- SPLASH.SBR \
- TOOLOPTI.SBR \
- TOOLTIP.SBR \
- POPUPTIP.SBR
-
-
- TOOLTEST_RCDEP = c:\source\tooltest\res\tooltest.ico \
- c:\source\tooltest\res\tooltdoc.ico \
- c:\source\tooltest\res\tooltest.rc2
-
-
- STDAFX_DEP = c:\source\tooltest\stdafx.h
-
-
- TOOLTEST_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltest.h \
- c:\source\tooltest\splash.h \
- c:\source\tooltest\mainfrm.h \
- c:\source\tooltest\tooltip.h \
- c:\source\tooltest\tooltdoc.h \
- c:\source\tooltest\tooltvw.h
-
-
- MAINFRM_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltest.h \
- c:\source\tooltest\splash.h \
- c:\source\tooltest\toolopti.h \
- c:\source\tooltest\mainfrm.h \
- c:\source\tooltest\tooltip.h
-
-
- TOOLTDOC_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltest.h \
- c:\source\tooltest\splash.h \
- c:\source\tooltest\tooltdoc.h
-
-
- TOOLTVW_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltest.h \
- c:\source\tooltest\splash.h \
- c:\source\tooltest\tooltdoc.h \
- c:\source\tooltest\tooltvw.h
-
-
- SPLASH_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltest.h \
- c:\source\tooltest\splash.h
-
-
- TOOLOPTI_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltest.h \
- c:\source\tooltest\splash.h \
- c:\source\tooltest\toolopti.h \
- c:\source\tooltest\mainfrm.h \
- c:\source\tooltest\tooltip.h
-
-
- TOOLTIP_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\tooltip.h
-
-
- POPUPTIP_DEP = c:\source\tooltest\stdafx.h \
- c:\source\tooltest\popuptip.h \
- c:\source\tooltest\tooltip.h
-
-
- all: $(PROJ).EXE
-
- TOOLTEST.RES: TOOLTEST.RC $(TOOLTEST_RCDEP)
- $(RC) $(RCFLAGS) $(RCDEFINES) -r TOOLTEST.RC
-
- STDAFX.OBJ: STDAFX.CPP $(STDAFX_DEP)
- $(CPP) $(CFLAGS) $(CPPCREATEPCHFLAG) /c STDAFX.CPP
-
- TOOLTEST.OBJ: TOOLTEST.CPP $(TOOLTEST_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTEST.CPP
-
- MAINFRM.OBJ: MAINFRM.CPP $(MAINFRM_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c MAINFRM.CPP
-
- TOOLTDOC.OBJ: TOOLTDOC.CPP $(TOOLTDOC_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTDOC.CPP
-
- TOOLTVW.OBJ: TOOLTVW.CPP $(TOOLTVW_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTVW.CPP
-
- SPLASH.OBJ: SPLASH.CPP $(SPLASH_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c SPLASH.CPP
-
- TOOLOPTI.OBJ: TOOLOPTI.CPP $(TOOLOPTI_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLOPTI.CPP
-
- TOOLTIP.OBJ: TOOLTIP.CPP $(TOOLTIP_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTIP.CPP
-
- POPUPTIP.OBJ: POPUPTIP.CPP $(POPUPTIP_DEP)
- $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c POPUPTIP.CPP
-
-
- $(PROJ).EXE:: TOOLTEST.RES
-
- $(PROJ).EXE:: STDAFX.OBJ TOOLTEST.OBJ MAINFRM.OBJ TOOLTDOC.OBJ TOOLTVW.OBJ SPLASH.OBJ \
- TOOLOPTI.OBJ TOOLTIP.OBJ POPUPTIP.OBJ $(OBJS_EXT) $(DEFFILE)
- echo >NUL @<<$(PROJ).CRF
- STDAFX.OBJ +
- TOOLTEST.OBJ +
- MAINFRM.OBJ +
- TOOLTDOC.OBJ +
- TOOLTVW.OBJ +
- SPLASH.OBJ +
- TOOLOPTI.OBJ +
- TOOLTIP.OBJ +
- POPUPTIP.OBJ +
- $(OBJS_EXT)
- $(PROJ).EXE
- $(MAPFILE)
- .\+
- c:\msvc\lib\+
- c:\msvc\mfc\lib\+
- c:\codeplus\msc8\+
- $(LIBS)
- $(DEFFILE);
- <<
- link $(LFLAGS) @$(PROJ).CRF
- $(RC) $(RESFLAGS) TOOLTEST.RES $@
- @copy $(PROJ).CRF MSVC.BND
-
- $(PROJ).EXE:: TOOLTEST.RES
- if not exist MSVC.BND $(RC) $(RESFLAGS) TOOLTEST.RES $@
-
- run: $(PROJ).EXE
- $(PROJ) $(RUNFLAGS)
-
-
- $(PROJ).BSC: $(SBRS)
- bscmake @<<
- /o$@ $(SBRS)
- <<
-