home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / WorkerThread.mak < prev    next >
Text File  |  1997-10-25  |  5KB  |  222 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on WorkerThread.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=WorkerThread - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to WorkerThread - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "WorkerThread - Win32 Release" && "$(CFG)" !=\
  8.  "WorkerThread - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE
  11. !MESSAGE by defining the macro CFG on the command line. For example:
  12. !MESSAGE 
  13. !MESSAGE NMAKE /f "WorkerThread.mak" CFG="WorkerThread - Win32 Debug"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "WorkerThread - Win32 Release" (based on\
  18.  "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "WorkerThread - Win32 Debug" (based on\
  20.  "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE 
  22. !ERROR An invalid configuration is specified.
  23. !ENDIF 
  24.  
  25. !IF "$(OS)" == "Windows_NT"
  26. NULL=
  27. !ELSE 
  28. NULL=nul
  29. !ENDIF 
  30.  
  31. !IF  "$(CFG)" == "WorkerThread - Win32 Release"
  32.  
  33. OUTDIR=.\Release
  34. INTDIR=.\Release
  35. # Begin Custom Macros
  36. OutDir=.\Release
  37. # End Custom Macros
  38.  
  39. !IF "$(RECURSE)" == "0" 
  40.  
  41. ALL : "$(OUTDIR)\WorkerThread.dll"
  42.  
  43. !ELSE 
  44.  
  45. ALL : "$(OUTDIR)\WorkerThread.dll"
  46.  
  47. !ENDIF 
  48.  
  49. CLEAN :
  50.     -@erase "$(INTDIR)\vc50.idb"
  51.     -@erase "$(INTDIR)\WorkerThread.obj"
  52.     -@erase "$(OUTDIR)\WorkerThread.dll"
  53.     -@erase "$(OUTDIR)\WorkerThread.exp"
  54.     -@erase "$(OUTDIR)\WorkerThread.lib"
  55.  
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58.  
  59. CPP=cl.exe
  60. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  61.  /Fp"$(INTDIR)\WorkerThread.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  62. CPP_OBJS=.\Release/
  63. CPP_SBRS=.
  64.  
  65. .c{$(CPP_OBJS)}.obj::
  66.    $(CPP) @<<
  67.    $(CPP_PROJ) $< 
  68. <<
  69.  
  70. .cpp{$(CPP_OBJS)}.obj::
  71.    $(CPP) @<<
  72.    $(CPP_PROJ) $< 
  73. <<
  74.  
  75. .cxx{$(CPP_OBJS)}.obj::
  76.    $(CPP) @<<
  77.    $(CPP_PROJ) $< 
  78. <<
  79.  
  80. .c{$(CPP_SBRS)}.sbr::
  81.    $(CPP) @<<
  82.    $(CPP_PROJ) $< 
  83. <<
  84.  
  85. .cpp{$(CPP_SBRS)}.sbr::
  86.    $(CPP) @<<
  87.    $(CPP_PROJ) $< 
  88. <<
  89.  
  90. .cxx{$(CPP_SBRS)}.sbr::
  91.    $(CPP) @<<
  92.    $(CPP_PROJ) $< 
  93. <<
  94.  
  95. MTL=midl.exe
  96. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
  97. RSC=rc.exe
  98. BSC32=bscmake.exe
  99. BSC32_FLAGS=/nologo /o"$(OUTDIR)\WorkerThread.bsc" 
  100. BSC32_SBRS= \
  101.     
  102. LINK32=link.exe
  103. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  104.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  105.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  106.  /pdb:"$(OUTDIR)\WorkerThread.pdb" /machine:I386 /def:".\WorkerThread.def"\
  107.  /out:"$(OUTDIR)\WorkerThread.dll" /implib:"$(OUTDIR)\WorkerThread.lib" 
  108. DEF_FILE= \
  109.     ".\WorkerThread.def"
  110. LINK32_OBJS= \
  111.     "$(INTDIR)\WorkerThread.obj"
  112.  
  113. "$(OUTDIR)\WorkerThread.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  114.     $(LINK32) @<<
  115.   $(LINK32_FLAGS) $(LINK32_OBJS)
  116. <<
  117.  
  118. !ELSEIF  "$(CFG)" == "WorkerThread - Win32 Debug"
  119.  
  120. OUTDIR=.\Debug
  121. INTDIR=.\Debug
  122. # Begin Custom Macros
  123. OutDir=.\Debug
  124. # End Custom Macros
  125.  
  126. !IF "$(RECURSE)" == "0" 
  127.  
  128. ALL : "$(OUTDIR)\WorkerThread.dll"
  129.  
  130. !ELSE 
  131.  
  132. ALL : "$(OUTDIR)\WorkerThread.dll"
  133.  
  134. !ENDIF 
  135.  
  136. CLEAN :
  137.     -@erase "$(INTDIR)\vc50.idb"
  138.     -@erase "$(INTDIR)\vc50.pdb"
  139.     -@erase "$(INTDIR)\WorkerThread.obj"
  140.     -@erase "$(OUTDIR)\WorkerThread.dll"
  141.     -@erase "$(OUTDIR)\WorkerThread.exp"
  142.     -@erase "$(OUTDIR)\WorkerThread.ilk"
  143.     -@erase "$(OUTDIR)\WorkerThread.lib"
  144.     -@erase "$(OUTDIR)\WorkerThread.pdb"
  145.  
  146. "$(OUTDIR)" :
  147.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  148.  
  149. CPP=cl.exe
  150. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  151.  /Fp"$(INTDIR)\WorkerThread.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  152. CPP_OBJS=.\Debug/
  153. CPP_SBRS=.
  154.  
  155. .c{$(CPP_OBJS)}.obj::
  156.    $(CPP) @<<
  157.    $(CPP_PROJ) $< 
  158. <<
  159.  
  160. .cpp{$(CPP_OBJS)}.obj::
  161.    $(CPP) @<<
  162.    $(CPP_PROJ) $< 
  163. <<
  164.  
  165. .cxx{$(CPP_OBJS)}.obj::
  166.    $(CPP) @<<
  167.    $(CPP_PROJ) $< 
  168. <<
  169.  
  170. .c{$(CPP_SBRS)}.sbr::
  171.    $(CPP) @<<
  172.    $(CPP_PROJ) $< 
  173. <<
  174.  
  175. .cpp{$(CPP_SBRS)}.sbr::
  176.    $(CPP) @<<
  177.    $(CPP_PROJ) $< 
  178. <<
  179.  
  180. .cxx{$(CPP_SBRS)}.sbr::
  181.    $(CPP) @<<
  182.    $(CPP_PROJ) $< 
  183. <<
  184.  
  185. MTL=midl.exe
  186. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
  187. RSC=rc.exe
  188. BSC32=bscmake.exe
  189. BSC32_FLAGS=/nologo /o"$(OUTDIR)\WorkerThread.bsc" 
  190. BSC32_SBRS= \
  191.     
  192. LINK32=link.exe
  193. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  194.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  195.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  196.  /pdb:"$(OUTDIR)\WorkerThread.pdb" /debug /machine:I386\
  197.  /def:".\WorkerThread.def" /out:"$(OUTDIR)\WorkerThread.dll"\
  198.  /implib:"$(OUTDIR)\WorkerThread.lib" /pdbtype:sept 
  199. DEF_FILE= \
  200.     ".\WorkerThread.def"
  201. LINK32_OBJS= \
  202.     "$(INTDIR)\WorkerThread.obj"
  203.  
  204. "$(OUTDIR)\WorkerThread.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  205.     $(LINK32) @<<
  206.   $(LINK32_FLAGS) $(LINK32_OBJS)
  207. <<
  208.  
  209. !ENDIF 
  210.  
  211.  
  212. !IF "$(CFG)" == "WorkerThread - Win32 Release" || "$(CFG)" ==\
  213.  "WorkerThread - Win32 Debug"
  214. SOURCE=.\WorkerThread.c
  215.  
  216. "$(INTDIR)\WorkerThread.obj" : $(SOURCE) "$(INTDIR)"
  217.  
  218.  
  219.  
  220. !ENDIF 
  221.  
  222.