home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / ttips2 / tooltest.mak < prev    next >
Encoding:
Makefile  |  1994-06-13  |  4.6 KB  |  195 lines

  1. # Microsoft Visual C++ generated build script - Do not modify
  2.  
  3. PROJ = TOOLTEST
  4. DEBUG = 0
  5. PROGTYPE = 0
  6. CALLER = 
  7. ARGS = 
  8. DLLS = 
  9. D_RCDEFINES = /d_DEBUG
  10. R_RCDEFINES = /dNDEBUG
  11. ORIGIN = MSVC
  12. ORIGIN_VER = 1.00
  13. PROJPATH = C:\SOURCE\TOOLTEST\
  14. USEMFC = 1
  15. CC = cl
  16. CPP = cl
  17. CXX = cl
  18. CCREATEPCHFLAG = 
  19. CPPCREATEPCHFLAG = /YcSTDAFX.H
  20. CUSEPCHFLAG = 
  21. CPPUSEPCHFLAG = /YuSTDAFX.H
  22. FIRSTC =             
  23. FIRSTCPP = STDAFX.CPP  
  24. RC = rc
  25. CFLAGS_D_WEXE = /nologo /G2 /W3 /Zi /AL /Od /D "_DEBUG" /GA /Fd"TOOLTEST.PDB" 
  26. CFLAGS_R_WEXE = /nologo /Gs /G2 /W3 /AL /O1 /D "NDEBUG" /GA 
  27. LFLAGS_D_WEXE = /NOLOGO /NOD /PACKC:61440 /STACK:10240 /ALIGN:16 /ONERROR:NOEXE /CO
  28. LFLAGS_R_WEXE = /NOLOGO /NOD /PACKC:61440 /STACK:10240 /ALIGN:16 /ONERROR:NOEXE
  29. LIBS_D_WEXE = lafxcwd oldnames libw llibcew commdlg shell 
  30. LIBS_R_WEXE = lafxcw oldnames libw llibcew commdlg shell 
  31. RCFLAGS = /nologo /z
  32. RESFLAGS = /nologo /t
  33. RUNFLAGS = 
  34. DEFFILE = TOOLTEST.DEF
  35. OBJS_EXT = 
  36. LIBS_EXT = 
  37. !if "$(DEBUG)" == "1"
  38. CFLAGS = $(CFLAGS_D_WEXE)
  39. LFLAGS = $(LFLAGS_D_WEXE)
  40. LIBS = $(LIBS_D_WEXE)
  41. MAPFILE = nul
  42. RCDEFINES = $(D_RCDEFINES)
  43. !else
  44. CFLAGS = $(CFLAGS_R_WEXE)
  45. LFLAGS = $(LFLAGS_R_WEXE)
  46. LIBS = $(LIBS_R_WEXE)
  47. MAPFILE = nul
  48. RCDEFINES = $(R_RCDEFINES)
  49. !endif
  50. !if [if exist MSVC.BND del MSVC.BND]
  51. !endif
  52. SBRS = STDAFX.SBR \
  53.         TOOLTEST.SBR \
  54.         MAINFRM.SBR \
  55.         TOOLTDOC.SBR \
  56.         TOOLTVW.SBR \
  57.         SPLASH.SBR \
  58.         TOOLOPTI.SBR \
  59.         TOOLTIP.SBR \
  60.         POPUPTIP.SBR
  61.  
  62.  
  63. TOOLTEST_RCDEP = c:\source\tooltest\res\tooltest.ico \
  64.     c:\source\tooltest\res\tooltdoc.ico \
  65.     c:\source\tooltest\res\tooltest.rc2
  66.  
  67.  
  68. STDAFX_DEP = c:\source\tooltest\stdafx.h
  69.  
  70.  
  71. TOOLTEST_DEP = c:\source\tooltest\stdafx.h \
  72.     c:\source\tooltest\tooltest.h \
  73.     c:\source\tooltest\splash.h \
  74.     c:\source\tooltest\mainfrm.h \
  75.     c:\source\tooltest\tooltip.h \
  76.     c:\source\tooltest\tooltdoc.h \
  77.     c:\source\tooltest\tooltvw.h
  78.  
  79.  
  80. MAINFRM_DEP = c:\source\tooltest\stdafx.h \
  81.     c:\source\tooltest\tooltest.h \
  82.     c:\source\tooltest\splash.h \
  83.     c:\source\tooltest\toolopti.h \
  84.     c:\source\tooltest\mainfrm.h \
  85.     c:\source\tooltest\tooltip.h
  86.  
  87.  
  88. TOOLTDOC_DEP = c:\source\tooltest\stdafx.h \
  89.     c:\source\tooltest\tooltest.h \
  90.     c:\source\tooltest\splash.h \
  91.     c:\source\tooltest\tooltdoc.h
  92.  
  93.  
  94. TOOLTVW_DEP = c:\source\tooltest\stdafx.h \
  95.     c:\source\tooltest\tooltest.h \
  96.     c:\source\tooltest\splash.h \
  97.     c:\source\tooltest\tooltdoc.h \
  98.     c:\source\tooltest\tooltvw.h
  99.  
  100.  
  101. SPLASH_DEP = c:\source\tooltest\stdafx.h \
  102.     c:\source\tooltest\tooltest.h \
  103.     c:\source\tooltest\splash.h
  104.  
  105.  
  106. TOOLOPTI_DEP = c:\source\tooltest\stdafx.h \
  107.     c:\source\tooltest\tooltest.h \
  108.     c:\source\tooltest\splash.h \
  109.     c:\source\tooltest\toolopti.h \
  110.     c:\source\tooltest\mainfrm.h \
  111.     c:\source\tooltest\tooltip.h
  112.  
  113.  
  114. TOOLTIP_DEP = c:\source\tooltest\stdafx.h \
  115.     c:\source\tooltest\tooltip.h
  116.  
  117.  
  118. POPUPTIP_DEP = c:\source\tooltest\stdafx.h \
  119.     c:\source\tooltest\popuptip.h \
  120.     c:\source\tooltest\tooltip.h
  121.  
  122.  
  123. all:    $(PROJ).EXE
  124.  
  125. TOOLTEST.RES:    TOOLTEST.RC $(TOOLTEST_RCDEP)
  126.     $(RC) $(RCFLAGS) $(RCDEFINES) -r TOOLTEST.RC
  127.  
  128. STDAFX.OBJ:    STDAFX.CPP $(STDAFX_DEP)
  129.     $(CPP) $(CFLAGS) $(CPPCREATEPCHFLAG) /c STDAFX.CPP
  130.  
  131. TOOLTEST.OBJ:    TOOLTEST.CPP $(TOOLTEST_DEP)
  132.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTEST.CPP
  133.  
  134. MAINFRM.OBJ:    MAINFRM.CPP $(MAINFRM_DEP)
  135.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c MAINFRM.CPP
  136.  
  137. TOOLTDOC.OBJ:    TOOLTDOC.CPP $(TOOLTDOC_DEP)
  138.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTDOC.CPP
  139.  
  140. TOOLTVW.OBJ:    TOOLTVW.CPP $(TOOLTVW_DEP)
  141.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTVW.CPP
  142.  
  143. SPLASH.OBJ:    SPLASH.CPP $(SPLASH_DEP)
  144.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c SPLASH.CPP
  145.  
  146. TOOLOPTI.OBJ:    TOOLOPTI.CPP $(TOOLOPTI_DEP)
  147.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLOPTI.CPP
  148.  
  149. TOOLTIP.OBJ:    TOOLTIP.CPP $(TOOLTIP_DEP)
  150.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c TOOLTIP.CPP
  151.  
  152. POPUPTIP.OBJ:    POPUPTIP.CPP $(POPUPTIP_DEP)
  153.     $(CPP) $(CFLAGS) $(CPPUSEPCHFLAG) /c POPUPTIP.CPP
  154.  
  155.  
  156. $(PROJ).EXE::    TOOLTEST.RES
  157.  
  158. $(PROJ).EXE::    STDAFX.OBJ TOOLTEST.OBJ MAINFRM.OBJ TOOLTDOC.OBJ TOOLTVW.OBJ SPLASH.OBJ \
  159.     TOOLOPTI.OBJ TOOLTIP.OBJ POPUPTIP.OBJ $(OBJS_EXT) $(DEFFILE)
  160.     echo >NUL @<<$(PROJ).CRF
  161. STDAFX.OBJ +
  162. TOOLTEST.OBJ +
  163. MAINFRM.OBJ +
  164. TOOLTDOC.OBJ +
  165. TOOLTVW.OBJ +
  166. SPLASH.OBJ +
  167. TOOLOPTI.OBJ +
  168. TOOLTIP.OBJ +
  169. POPUPTIP.OBJ +
  170. $(OBJS_EXT)
  171. $(PROJ).EXE
  172. $(MAPFILE)
  173. .\+
  174. c:\msvc\lib\+
  175. c:\msvc\mfc\lib\+
  176. c:\codeplus\msc8\+
  177. $(LIBS)
  178. $(DEFFILE);
  179. <<
  180.     link $(LFLAGS) @$(PROJ).CRF
  181.     $(RC) $(RESFLAGS) TOOLTEST.RES $@
  182.     @copy $(PROJ).CRF MSVC.BND
  183.  
  184. $(PROJ).EXE::    TOOLTEST.RES
  185.     if not exist MSVC.BND     $(RC) $(RESFLAGS) TOOLTEST.RES $@
  186.  
  187. run: $(PROJ).EXE
  188.     $(PROJ) $(RUNFLAGS)
  189.  
  190.  
  191. $(PROJ).BSC: $(SBRS)
  192.     bscmake @<<
  193. /o$@ $(SBRS)
  194. <<
  195.