home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_DAO.SDK / DISK4 / DAOSDK.1 / security.mak < prev    next >
Encoding:
NMAKE  |  1995-09-14  |  9.7 KB  |  356 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 40001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Security - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Security - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Security - Win32 Release" && "$(CFG)" !=\
  12.  "Security - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "security.mak" CFG="Security - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "Security - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "Security - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "Security - Win32 Debug"
  35. MTL=mktyplib.exe
  36. RSC=rc.exe
  37. CPP=cl.exe
  38.  
  39. !IF  "$(CFG)" == "Security - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 6
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release"
  44. # PROP BASE Intermediate_Dir "Release"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 6
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release"
  49. # PROP Intermediate_Dir "Release"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release
  52. INTDIR=.\Release
  53.  
  54. ALL : "$(OUTDIR)\security.exe"
  55.  
  56. CLEAN : 
  57.     -@erase ".\Release\security.exe"
  58.     -@erase ".\Release\securdlg.obj"
  59.     -@erase ".\Release\security.pch"
  60.     -@erase ".\Release\stdafx.obj"
  61.     -@erase ".\Release\security.obj"
  62.     -@erase ".\Release\security.res"
  63.  
  64. "$(OUTDIR)" :
  65.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  66.  
  67. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  68. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  69. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  70.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/security.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  71.  /c 
  72. CPP_OBJS=.\Release/
  73. CPP_SBRS=
  74. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  75. # ADD MTL /nologo /D "NDEBUG" /win32
  76. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  78. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  79. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/security.res" /d "NDEBUG" /d "_AFXDLL" 
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/security.bsc" 
  84. BSC32_SBRS=
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  87. # ADD LINK32 dbdao3.lib /nologo /subsystem:windows /machine:I386
  88. LINK32_FLAGS=dbdao3.lib /nologo /subsystem:windows /incremental:no\
  89.  /pdb:"$(OUTDIR)/security.pdb" /machine:I386 /out:"$(OUTDIR)/security.exe" 
  90. LINK32_OBJS= \
  91.     "$(INTDIR)/securdlg.obj" \
  92.     "$(INTDIR)/stdafx.obj" \
  93.     "$(INTDIR)/security.obj" \
  94.     "$(INTDIR)/security.res"
  95.  
  96. "$(OUTDIR)\security.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  97.     $(LINK32) @<<
  98.   $(LINK32_FLAGS) $(LINK32_OBJS)
  99. <<
  100.  
  101. !ELSEIF  "$(CFG)" == "Security - Win32 Debug"
  102.  
  103. # PROP BASE Use_MFC 6
  104. # PROP BASE Use_Debug_Libraries 1
  105. # PROP BASE Output_Dir "Debug"
  106. # PROP BASE Intermediate_Dir "Debug"
  107. # PROP BASE Target_Dir ""
  108. # PROP Use_MFC 6
  109. # PROP Use_Debug_Libraries 1
  110. # PROP Output_Dir "Debug"
  111. # PROP Intermediate_Dir "Debug"
  112. # PROP Target_Dir ""
  113. OUTDIR=.\Debug
  114. INTDIR=.\Debug
  115.  
  116. ALL : "$(OUTDIR)\security.exe" "$(OUTDIR)\security.bsc"
  117.  
  118. CLEAN : 
  119.     -@erase ".\Debug\vc40.pdb"
  120.     -@erase ".\Debug\security.pch"
  121.     -@erase ".\Debug\security.bsc"
  122.     -@erase ".\Debug\security.sbr"
  123.     -@erase ".\Debug\securdlg.sbr"
  124.     -@erase ".\Debug\stdafx.sbr"
  125.     -@erase ".\Debug\security.exe"
  126.     -@erase ".\Debug\stdafx.obj"
  127.     -@erase ".\Debug\security.obj"
  128.     -@erase ".\Debug\securdlg.obj"
  129.     -@erase ".\Debug\security.res"
  130.     -@erase ".\Debug\security.ilk"
  131.     -@erase ".\Debug\security.pdb"
  132.  
  133. "$(OUTDIR)" :
  134.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  135.  
  136. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  137. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  138. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  139.  /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/security.pch"\
  140.  /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  141. CPP_OBJS=.\Debug/
  142. CPP_SBRS=.\Debug/
  143. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  144. # ADD MTL /nologo /D "_DEBUG" /win32
  145. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  146. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  147. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  148. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/security.res" /d "_DEBUG" /d "_AFXDLL" 
  149. BSC32=bscmake.exe
  150. # ADD BASE BSC32 /nologo
  151. # ADD BSC32 /nologo
  152. BSC32_FLAGS=/nologo /o"$(OUTDIR)/security.bsc" 
  153. BSC32_SBRS= \
  154.     "$(INTDIR)/security.sbr" \
  155.     "$(INTDIR)/securdlg.sbr" \
  156.     "$(INTDIR)/stdafx.sbr"
  157.  
  158. "$(OUTDIR)\security.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  159.     $(BSC32) @<<
  160.   $(BSC32_FLAGS) $(BSC32_SBRS)
  161. <<
  162.  
  163. LINK32=link.exe
  164. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  165. # ADD LINK32 dbdao3d.lib /nologo /subsystem:windows /debug /machine:I386
  166. LINK32_FLAGS=dbdao3d.lib /nologo /subsystem:windows /incremental:yes\
  167.  /pdb:"$(OUTDIR)/security.pdb" /debug /machine:I386\
  168.  /out:"$(OUTDIR)/security.exe" 
  169. LINK32_OBJS= \
  170.     "$(INTDIR)/stdafx.obj" \
  171.     "$(INTDIR)/security.obj" \
  172.     "$(INTDIR)/securdlg.obj" \
  173.     "$(INTDIR)/security.res"
  174.  
  175. "$(OUTDIR)\security.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  176.     $(LINK32) @<<
  177.   $(LINK32_FLAGS) $(LINK32_OBJS)
  178. <<
  179.  
  180. !ENDIF 
  181.  
  182. .c{$(CPP_OBJS)}.obj:
  183.    $(CPP) $(CPP_PROJ) $<  
  184.  
  185. .cpp{$(CPP_OBJS)}.obj:
  186.    $(CPP) $(CPP_PROJ) $<  
  187.  
  188. .cxx{$(CPP_OBJS)}.obj:
  189.    $(CPP) $(CPP_PROJ) $<  
  190.  
  191. .c{$(CPP_SBRS)}.sbr:
  192.    $(CPP) $(CPP_PROJ) $<  
  193.  
  194. .cpp{$(CPP_SBRS)}.sbr:
  195.    $(CPP) $(CPP_PROJ) $<  
  196.  
  197. .cxx{$(CPP_SBRS)}.sbr:
  198.    $(CPP) $(CPP_PROJ) $<  
  199.  
  200. ################################################################################
  201. # Begin Target
  202.  
  203. # Name "Security - Win32 Release"
  204. # Name "Security - Win32 Debug"
  205.  
  206. !IF  "$(CFG)" == "Security - Win32 Release"
  207.  
  208. !ELSEIF  "$(CFG)" == "Security - Win32 Debug"
  209.  
  210. !ENDIF 
  211.  
  212. ################################################################################
  213. # Begin Source File
  214.  
  215. SOURCE=.\readme.txt
  216.  
  217. !IF  "$(CFG)" == "Security - Win32 Release"
  218.  
  219. !ELSEIF  "$(CFG)" == "Security - Win32 Debug"
  220.  
  221. !ENDIF 
  222.  
  223. # End Source File
  224. ################################################################################
  225. # Begin Source File
  226.  
  227. SOURCE=.\security.cpp
  228. DEP_CPP_SECUR=\
  229.     ".\securdlg.h"\
  230.     ".\security.h"\
  231.     ".\stdafx.h"\
  232.     
  233.  
  234. !IF  "$(CFG)" == "Security - Win32 Release"
  235.  
  236.  
  237. "$(INTDIR)\security.obj" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
  238.  "$(INTDIR)\security.pch"
  239.  
  240.  
  241. !ELSEIF  "$(CFG)" == "Security - Win32 Debug"
  242.  
  243.  
  244. "$(INTDIR)\security.obj" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
  245.  "$(INTDIR)\security.pch"
  246.  
  247. "$(INTDIR)\security.sbr" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
  248.  "$(INTDIR)\security.pch"
  249.  
  250. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
  251.  "$(INTDIR)\security.pch"
  252.  
  253.  
  254. !ENDIF 
  255.  
  256. # End Source File
  257. ################################################################################
  258. # Begin Source File
  259.  
  260. SOURCE=.\stdafx.cpp
  261. DEP_CPP_STDAF=\
  262.     ".\stdafx.h"\
  263.     
  264.  
  265. !IF  "$(CFG)" == "Security - Win32 Release"
  266.  
  267. # ADD CPP /Yc"stdafx.h"
  268.  
  269. BuildCmds= \
  270.     $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  271.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/security.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  272.  /c $(SOURCE) \
  273.     
  274.  
  275. "$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  276.    $(BuildCmds)
  277.  
  278. "$(INTDIR)\security.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  279.    $(BuildCmds)
  280.  
  281. !ELSEIF  "$(CFG)" == "Security - Win32 Debug"
  282.  
  283. # ADD CPP /Yc"stdafx.h"
  284.  
  285. BuildCmds= \
  286.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  287.  /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/security.pch"\
  288.  /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
  289.     
  290.  
  291. "$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  292.    $(BuildCmds)
  293.  
  294. "$(INTDIR)\stdafx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  295.    $(BuildCmds)
  296.  
  297. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  298.    $(BuildCmds)
  299.  
  300. "$(INTDIR)\security.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  301.    $(BuildCmds)
  302.  
  303. !ENDIF 
  304.  
  305. # End Source File
  306. ################################################################################
  307. # Begin Source File
  308.  
  309. SOURCE=.\security.rc
  310. DEP_RSC_SECURI=\
  311.     ".\res\security.ico"\
  312.     ".\res\security.rc2"\
  313.     
  314.  
  315. "$(INTDIR)\security.res" : $(SOURCE) $(DEP_RSC_SECURI) "$(INTDIR)"
  316.    $(RSC) $(RSC_PROJ) $(SOURCE)
  317.  
  318.  
  319. # End Source File
  320. ################################################################################
  321. # Begin Source File
  322.  
  323. SOURCE=.\securdlg.cpp
  324. DEP_CPP_SECURD=\
  325.     ".\securdlg.h"\
  326.     ".\security.h"\
  327.     ".\stdafx.h"\
  328.     
  329.  
  330. !IF  "$(CFG)" == "Security - Win32 Release"
  331.  
  332.  
  333. "$(INTDIR)\securdlg.obj" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
  334.  "$(INTDIR)\security.pch"
  335.  
  336.  
  337. !ELSEIF  "$(CFG)" == "Security - Win32 Debug"
  338.  
  339.  
  340. "$(INTDIR)\securdlg.obj" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
  341.  "$(INTDIR)\security.pch"
  342.  
  343. "$(INTDIR)\securdlg.sbr" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
  344.  "$(INTDIR)\security.pch"
  345.  
  346. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
  347.  "$(INTDIR)\security.pch"
  348.  
  349.  
  350. !ENDIF 
  351.  
  352. # End Source File
  353. # End Target
  354. # End Project
  355. ################################################################################
  356.