home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dtime / data.1 / Dtset.mak < prev    next >
Encoding:
NMAKE  |  1996-07-08  |  14.0 KB  |  499 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=dtset - Win32 (Unicode) Debug
  8. !MESSAGE No configuration specified.  Defaulting to dtset - Win32 (Unicode)\
  9.  Debug.
  10. !ENDIF 
  11.  
  12. !IF "$(CFG)" != "dtset - Win32 (Ascii) Release" && "$(CFG)" !=\
  13.  "dtset - Win32 (Ascii) Debug" && "$(CFG)" != "dtset - Win32 (Unicode) Debug" &&\
  14.  "$(CFG)" != "dtset - Win32 (Unicode) Release"
  15. !MESSAGE Invalid configuration "$(CFG)" specified.
  16. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  17. !MESSAGE by defining the macro CFG on the command line.  For example:
  18. !MESSAGE 
  19. !MESSAGE NMAKE /f "Dtset.mak" CFG="dtset - Win32 (Unicode) Debug"
  20. !MESSAGE 
  21. !MESSAGE Possible choices for configuration are:
  22. !MESSAGE 
  23. !MESSAGE "dtset - Win32 (Ascii) Release" (based on "Win32 (x86) Application")
  24. !MESSAGE "dtset - Win32 (Ascii) Debug" (based on "Win32 (x86) Application")
  25. !MESSAGE "dtset - Win32 (Unicode) Debug" (based on "Win32 (x86) Application")
  26. !MESSAGE "dtset - Win32 (Unicode) Release" (based on "Win32 (x86) Application")
  27. !MESSAGE 
  28. !ERROR An invalid configuration is specified.
  29. !ENDIF 
  30.  
  31. !IF "$(OS)" == "Windows_NT"
  32. NULL=
  33. !ELSE 
  34. NULL=nul
  35. !ENDIF 
  36. ################################################################################
  37. # Begin Project
  38. # PROP Target_Last_Scanned "dtset - Win32 (Unicode) Release"
  39. RSC=rc.exe
  40. MTL=mktyplib.exe
  41. CPP=cl.exe
  42.  
  43. !IF  "$(CFG)" == "dtset - Win32 (Ascii) Release"
  44.  
  45. # PROP BASE Use_MFC 6
  46. # PROP BASE Use_Debug_Libraries 0
  47. # PROP BASE Output_Dir "Release"
  48. # PROP BASE Intermediate_Dir "Release"
  49. # PROP BASE Target_Dir ""
  50. # PROP Use_MFC 6
  51. # PROP Use_Debug_Libraries 0
  52. # PROP Output_Dir "ReleaseA"
  53. # PROP Intermediate_Dir "ReleaseA"
  54. # PROP Target_Dir ""
  55. OUTDIR=.\ReleaseA
  56. INTDIR=.\ReleaseA
  57.  
  58. ALL : ".\ReleaseA\Dtset.exe"
  59.  
  60. CLEAN : 
  61.     -@erase ".\ReleaseA\Dtset.exe"
  62.     -@erase ".\ReleaseA\dtset.obj"
  63.     -@erase ".\ReleaseA\dtset.res"
  64.     -@erase ".\ReleaseA\dtsetDlg.obj"
  65.     -@erase ".\ReleaseA\StdAfx.obj"
  66.  
  67. "$(OUTDIR)" :
  68.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  69.  
  70. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  71. # ADD CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  72. CPP_PROJ=/nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  73.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Dtset.pch" /YX /Fo"$(INTDIR)/" /c 
  74. CPP_OBJS=.\ReleaseA/
  75. CPP_SBRS=.\.
  76. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  77. # ADD MTL /nologo /D "NDEBUG" /win32
  78. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  79. # ADD BASE RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  80. # ADD RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  81. RSC_PROJ=/l 0x1809 /fo"$(INTDIR)/dtset.res" /d "NDEBUG" /d "_AFXDLL" 
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Dtset.bsc" 
  86. BSC32_SBRS= \
  87.     
  88. LINK32=link.exe
  89. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  90. # ADD LINK32 dt100.lib /nologo /subsystem:windows /machine:I386
  91. LINK32_FLAGS=dt100.lib /nologo /subsystem:windows /incremental:no\
  92.  /pdb:"$(OUTDIR)/Dtset.pdb" /machine:I386 /out:"$(OUTDIR)/Dtset.exe" 
  93. LINK32_OBJS= \
  94.     ".\ReleaseA\dtset.obj" \
  95.     ".\ReleaseA\dtset.res" \
  96.     ".\ReleaseA\dtsetDlg.obj" \
  97.     ".\ReleaseA\StdAfx.obj"
  98.  
  99. ".\ReleaseA\Dtset.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  100.     $(LINK32) @<<
  101.   $(LINK32_FLAGS) $(LINK32_OBJS)
  102. <<
  103.  
  104. !ELSEIF  "$(CFG)" == "dtset - Win32 (Ascii) Debug"
  105.  
  106. # PROP BASE Use_MFC 6
  107. # PROP BASE Use_Debug_Libraries 1
  108. # PROP BASE Output_Dir "Debug"
  109. # PROP BASE Intermediate_Dir "Debug"
  110. # PROP BASE Target_Dir ""
  111. # PROP Use_MFC 6
  112. # PROP Use_Debug_Libraries 1
  113. # PROP Output_Dir "DebugA"
  114. # PROP Intermediate_Dir "DebugA"
  115. # PROP Target_Dir ""
  116. OUTDIR=.\DebugA
  117. INTDIR=.\DebugA
  118.  
  119. ALL : ".\DebugA\Dtset.exe"
  120.  
  121. CLEAN : 
  122.     -@erase ".\DebugA\Dtset.exe"
  123.     -@erase ".\DebugA\Dtset.ilk"
  124.     -@erase ".\DebugA\dtset.obj"
  125.     -@erase ".\DebugA\Dtset.pdb"
  126.     -@erase ".\DebugA\dtset.res"
  127.     -@erase ".\DebugA\dtsetDlg.obj"
  128.     -@erase ".\DebugA\StdAfx.obj"
  129.     -@erase ".\DebugA\vc40.idb"
  130.     -@erase ".\DebugA\vc40.pdb"
  131.  
  132. "$(OUTDIR)" :
  133.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  134.  
  135. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  136. # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  137. CPP_PROJ=/nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  138.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Dtset.pch" /YX /Fo"$(INTDIR)/"\
  139.  /Fd"$(INTDIR)/" /c 
  140. CPP_OBJS=.\DebugA/
  141. CPP_SBRS=.\.
  142. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  143. # ADD MTL /nologo /D "_DEBUG" /win32
  144. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  145. # ADD BASE RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  146. # ADD RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  147. RSC_PROJ=/l 0x1809 /fo"$(INTDIR)/dtset.res" /d "_DEBUG" /d "_AFXDLL" 
  148. BSC32=bscmake.exe
  149. # ADD BASE BSC32 /nologo
  150. # ADD BSC32 /nologo
  151. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Dtset.bsc" 
  152. BSC32_SBRS= \
  153.     
  154. LINK32=link.exe
  155. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  156. # ADD LINK32 dt100d.lib /nologo /subsystem:windows /debug /machine:I386
  157. LINK32_FLAGS=dt100d.lib /nologo /subsystem:windows /incremental:yes\
  158.  /pdb:"$(OUTDIR)/Dtset.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Dtset.exe" 
  159. LINK32_OBJS= \
  160.     ".\DebugA\dtset.obj" \
  161.     ".\DebugA\dtset.res" \
  162.     ".\DebugA\dtsetDlg.obj" \
  163.     ".\DebugA\StdAfx.obj"
  164.  
  165. ".\DebugA\Dtset.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  166.     $(LINK32) @<<
  167.   $(LINK32_FLAGS) $(LINK32_OBJS)
  168. <<
  169.  
  170. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Debug"
  171.  
  172. # PROP BASE Use_MFC 6
  173. # PROP BASE Use_Debug_Libraries 1
  174. # PROP BASE Output_Dir "dtset"
  175. # PROP BASE Intermediate_Dir "dtset"
  176. # PROP BASE Target_Dir ""
  177. # PROP Use_MFC 6
  178. # PROP Use_Debug_Libraries 1
  179. # PROP Output_Dir "DebugU"
  180. # PROP Intermediate_Dir "DebugU"
  181. # PROP Target_Dir ""
  182. OUTDIR=.\DebugU
  183. INTDIR=.\DebugU
  184.  
  185. ALL : ".\DebugU\Dtset.exe"
  186.  
  187. CLEAN : 
  188.     -@erase ".\DebugU\Dtset.exe"
  189.     -@erase ".\DebugU\Dtset.ilk"
  190.     -@erase ".\DebugU\dtset.obj"
  191.     -@erase ".\DebugU\Dtset.pdb"
  192.     -@erase ".\DebugU\dtset.res"
  193.     -@erase ".\DebugU\dtsetDlg.obj"
  194.     -@erase ".\DebugU\StdAfx.obj"
  195.     -@erase ".\DebugU\vc40.idb"
  196.     -@erase ".\DebugU\vc40.pdb"
  197.  
  198. "$(OUTDIR)" :
  199.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  200.  
  201. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  202. # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /YX /c
  203. CPP_PROJ=/nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  204.  /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /Fp"$(INTDIR)/Dtset.pch" /YX\
  205.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  206. CPP_OBJS=.\DebugU/
  207. CPP_SBRS=.\.
  208. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  209. # ADD MTL /nologo /D "_DEBUG" /win32
  210. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  211. # ADD BASE RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  212. # ADD RSC /l 0x1809 /d "_DEBUG" /d "_AFXDLL"
  213. RSC_PROJ=/l 0x1809 /fo"$(INTDIR)/dtset.res" /d "_DEBUG" /d "_AFXDLL" 
  214. BSC32=bscmake.exe
  215. # ADD BASE BSC32 /nologo
  216. # ADD BSC32 /nologo
  217. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Dtset.bsc" 
  218. BSC32_SBRS= \
  219.     
  220. LINK32=link.exe
  221. # ADD BASE LINK32 dtimed.lib /nologo /subsystem:windows /debug /machine:I386
  222. # ADD LINK32 dt100du.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  223. LINK32_FLAGS=dt100du.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows\
  224.  /incremental:yes /pdb:"$(OUTDIR)/Dtset.pdb" /debug /machine:I386\
  225.  /out:"$(OUTDIR)/Dtset.exe" 
  226. LINK32_OBJS= \
  227.     ".\DebugU\dtset.obj" \
  228.     ".\DebugU\dtset.res" \
  229.     ".\DebugU\dtsetDlg.obj" \
  230.     ".\DebugU\StdAfx.obj"
  231.  
  232. ".\DebugU\Dtset.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  233.     $(LINK32) @<<
  234.   $(LINK32_FLAGS) $(LINK32_OBJS)
  235. <<
  236.  
  237. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Release"
  238.  
  239. # PROP BASE Use_MFC 6
  240. # PROP BASE Use_Debug_Libraries 0
  241. # PROP BASE Output_Dir "datentr0"
  242. # PROP BASE Intermediate_Dir "datentr0"
  243. # PROP BASE Target_Dir ""
  244. # PROP Use_MFC 6
  245. # PROP Use_Debug_Libraries 0
  246. # PROP Output_Dir "ReleaseU"
  247. # PROP Intermediate_Dir "ReleaseU"
  248. # PROP Target_Dir ""
  249. OUTDIR=.\ReleaseU
  250. INTDIR=.\ReleaseU
  251.  
  252. ALL : ".\ReleaseU\Dtset.exe"
  253.  
  254. CLEAN : 
  255.     -@erase ".\ReleaseU\Dtset.exe"
  256.     -@erase ".\ReleaseU\dtset.obj"
  257.     -@erase ".\ReleaseU\dtset.res"
  258.     -@erase ".\ReleaseU\dtsetDlg.obj"
  259.     -@erase ".\ReleaseU\StdAfx.obj"
  260.  
  261. "$(OUTDIR)" :
  262.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  263.  
  264. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  265. # ADD CPP /nologo /MD /W4 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /YX /c
  266. CPP_PROJ=/nologo /MD /W4 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  267.  "_AFXDLL" /D "_MBCS" /D "_UNICODE" /Fp"$(INTDIR)/Dtset.pch" /YX /Fo"$(INTDIR)/"\
  268.  /c 
  269. CPP_OBJS=.\ReleaseU/
  270. CPP_SBRS=.\.
  271. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  272. # ADD MTL /nologo /D "NDEBUG" /win32
  273. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  274. # ADD BASE RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  275. # ADD RSC /l 0x1809 /d "NDEBUG" /d "_AFXDLL"
  276. RSC_PROJ=/l 0x1809 /fo"$(INTDIR)/dtset.res" /d "NDEBUG" /d "_AFXDLL" 
  277. BSC32=bscmake.exe
  278. # ADD BASE BSC32 /nologo
  279. # ADD BSC32 /nologo
  280. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Dtset.bsc" 
  281. BSC32_SBRS= \
  282.     
  283. LINK32=link.exe
  284. # ADD BASE LINK32 dtimer.lib /nologo /subsystem:windows /machine:I386
  285. # ADD LINK32 dt100u.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  286. LINK32_FLAGS=dt100u.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows\
  287.  /incremental:no /pdb:"$(OUTDIR)/Dtset.pdb" /machine:I386\
  288.  /out:"$(OUTDIR)/Dtset.exe" 
  289. LINK32_OBJS= \
  290.     ".\ReleaseU\dtset.obj" \
  291.     ".\ReleaseU\dtset.res" \
  292.     ".\ReleaseU\dtsetDlg.obj" \
  293.     ".\ReleaseU\StdAfx.obj"
  294.  
  295. ".\ReleaseU\Dtset.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  296.     $(LINK32) @<<
  297.   $(LINK32_FLAGS) $(LINK32_OBJS)
  298. <<
  299.  
  300. !ENDIF 
  301.  
  302. .c{$(CPP_OBJS)}.obj:
  303.    $(CPP) $(CPP_PROJ) $<  
  304.  
  305. .cpp{$(CPP_OBJS)}.obj:
  306.    $(CPP) $(CPP_PROJ) $<  
  307.  
  308. .cxx{$(CPP_OBJS)}.obj:
  309.    $(CPP) $(CPP_PROJ) $<  
  310.  
  311. .c{$(CPP_SBRS)}.sbr:
  312.    $(CPP) $(CPP_PROJ) $<  
  313.  
  314. .cpp{$(CPP_SBRS)}.sbr:
  315.    $(CPP) $(CPP_PROJ) $<  
  316.  
  317. .cxx{$(CPP_SBRS)}.sbr:
  318.    $(CPP) $(CPP_PROJ) $<  
  319.  
  320. ################################################################################
  321. # Begin Target
  322.  
  323. # Name "dtset - Win32 (Ascii) Release"
  324. # Name "dtset - Win32 (Ascii) Debug"
  325. # Name "dtset - Win32 (Unicode) Debug"
  326. # Name "dtset - Win32 (Unicode) Release"
  327.  
  328. !IF  "$(CFG)" == "dtset - Win32 (Ascii) Release"
  329.  
  330. !ELSEIF  "$(CFG)" == "dtset - Win32 (Ascii) Debug"
  331.  
  332. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Debug"
  333.  
  334. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Release"
  335.  
  336. !ENDIF 
  337.  
  338. ################################################################################
  339. # Begin Source File
  340.  
  341. SOURCE=.\StdAfx.cpp
  342. DEP_CPP_STDAF=\
  343.     ".\StdAfx.h"\
  344.     
  345.  
  346. !IF  "$(CFG)" == "dtset - Win32 (Ascii) Release"
  347.  
  348.  
  349. ".\ReleaseA\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  350.  
  351.  
  352. !ELSEIF  "$(CFG)" == "dtset - Win32 (Ascii) Debug"
  353.  
  354.  
  355. ".\DebugA\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  356.  
  357.  
  358. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Debug"
  359.  
  360.  
  361. ".\DebugU\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  362.  
  363.  
  364. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Release"
  365.  
  366.  
  367. ".\ReleaseU\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  368.  
  369.  
  370. !ENDIF 
  371.  
  372. # End Source File
  373. ################################################################################
  374. # Begin Source File
  375.  
  376. SOURCE=.\dtset.rc
  377. DEP_RSC_DTSET=\
  378.     ".\res\dtset.ico"\
  379.     ".\res\dtset.rc2"\
  380.     
  381.  
  382. !IF  "$(CFG)" == "dtset - Win32 (Ascii) Release"
  383.  
  384.  
  385. ".\ReleaseA\dtset.res" : $(SOURCE) $(DEP_RSC_DTSET) "$(INTDIR)"
  386.    $(RSC) $(RSC_PROJ) $(SOURCE)
  387.  
  388.  
  389. !ELSEIF  "$(CFG)" == "dtset - Win32 (Ascii) Debug"
  390.  
  391.  
  392. ".\DebugA\dtset.res" : $(SOURCE) $(DEP_RSC_DTSET) "$(INTDIR)"
  393.    $(RSC) $(RSC_PROJ) $(SOURCE)
  394.  
  395.  
  396. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Debug"
  397.  
  398.  
  399. ".\DebugU\dtset.res" : $(SOURCE) $(DEP_RSC_DTSET) "$(INTDIR)"
  400.    $(RSC) $(RSC_PROJ) $(SOURCE)
  401.  
  402.  
  403. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Release"
  404.  
  405.  
  406. ".\ReleaseU\dtset.res" : $(SOURCE) $(DEP_RSC_DTSET) "$(INTDIR)"
  407.    $(RSC) $(RSC_PROJ) $(SOURCE)
  408.  
  409.  
  410. !ENDIF 
  411.  
  412. # End Source File
  413. ################################################################################
  414. # Begin Source File
  415.  
  416. SOURCE=.\dtsetDlg.cpp
  417. DEP_CPP_DTSETD=\
  418.     ".\dtsetDlg.h"\
  419.     ".\StdAfx.h"\
  420.     {$(INCLUDE)}"\datetime.h"\
  421.     {$(INCLUDE)}"\dentry.h"\
  422.     {$(INCLUDE)}"\Dtime.h"\
  423.     {$(INCLUDE)}"\pushpin.h"\
  424.     {$(INCLUDE)}"\win32sup.h"\
  425.     
  426.  
  427. !IF  "$(CFG)" == "dtset - Win32 (Ascii) Release"
  428.  
  429.  
  430. ".\ReleaseA\dtsetDlg.obj" : $(SOURCE) $(DEP_CPP_DTSETD) "$(INTDIR)"
  431.  
  432.  
  433. !ELSEIF  "$(CFG)" == "dtset - Win32 (Ascii) Debug"
  434.  
  435.  
  436. ".\DebugA\dtsetDlg.obj" : $(SOURCE) $(DEP_CPP_DTSETD) "$(INTDIR)"
  437.  
  438.  
  439. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Debug"
  440.  
  441.  
  442. ".\DebugU\dtsetDlg.obj" : $(SOURCE) $(DEP_CPP_DTSETD) "$(INTDIR)"
  443.  
  444.  
  445. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Release"
  446.  
  447.  
  448. ".\ReleaseU\dtsetDlg.obj" : $(SOURCE) $(DEP_CPP_DTSETD) "$(INTDIR)"
  449.  
  450.  
  451. !ENDIF 
  452.  
  453. # End Source File
  454. ################################################################################
  455. # Begin Source File
  456.  
  457. SOURCE=.\dtset.cpp
  458. DEP_CPP_DTSET_=\
  459.     ".\dtset.h"\
  460.     ".\dtsetDlg.h"\
  461.     ".\StdAfx.h"\
  462.     {$(INCLUDE)}"\datetime.h"\
  463.     {$(INCLUDE)}"\dentry.h"\
  464.     {$(INCLUDE)}"\Dtime.h"\
  465.     {$(INCLUDE)}"\pushpin.h"\
  466.     {$(INCLUDE)}"\win32sup.h"\
  467.     
  468.  
  469. !IF  "$(CFG)" == "dtset - Win32 (Ascii) Release"
  470.  
  471.  
  472. ".\ReleaseA\dtset.obj" : $(SOURCE) $(DEP_CPP_DTSET_) "$(INTDIR)"
  473.  
  474.  
  475. !ELSEIF  "$(CFG)" == "dtset - Win32 (Ascii) Debug"
  476.  
  477.  
  478. ".\DebugA\dtset.obj" : $(SOURCE) $(DEP_CPP_DTSET_) "$(INTDIR)"
  479.  
  480.  
  481. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Debug"
  482.  
  483.  
  484. ".\DebugU\dtset.obj" : $(SOURCE) $(DEP_CPP_DTSET_) "$(INTDIR)"
  485.  
  486.  
  487. !ELSEIF  "$(CFG)" == "dtset - Win32 (Unicode) Release"
  488.  
  489.  
  490. ".\ReleaseU\dtset.obj" : $(SOURCE) $(DEP_CPP_DTSET_) "$(INTDIR)"
  491.  
  492.  
  493. !ENDIF 
  494.  
  495. # End Source File
  496. # End Target
  497. # End Project
  498. ################################################################################
  499.