home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1997-08-07 | 5.0 KB | 222 lines |
- # Microsoft Developer Studio Generated NMAKE File, Based on WorkerThread.dsp
- !IF "$(CFG)" == ""
- CFG=WorkerThread - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to WorkerThread - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "WorkerThread - Win32 Release" && "$(CFG)" !=\
- "WorkerThread - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "WorkerThread.mak" CFG="WorkerThread - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "WorkerThread - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "WorkerThread - Win32 Debug" (based on\
- "Win32 (x86) Dynamic-Link Library")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
-
- !IF "$(CFG)" == "WorkerThread - Win32 Release"
-
- OUTDIR=.\Release
- INTDIR=.\Release
- # Begin Custom Macros
- OutDir=.\Release
- # End Custom Macros
-
- !IF "$(RECURSE)" == "0"
-
- ALL : "$(OUTDIR)\WorkerThread.dll"
-
- !ELSE
-
- ALL : "$(OUTDIR)\WorkerThread.dll"
-
- !ENDIF
-
- CLEAN :
- -@erase "$(INTDIR)\vc50.idb"
- -@erase "$(INTDIR)\WorkerThread.obj"
- -@erase "$(OUTDIR)\WorkerThread.dll"
- -@erase "$(OUTDIR)\WorkerThread.exp"
- -@erase "$(OUTDIR)\WorkerThread.lib"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- CPP=cl.exe
- CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
- /Fp"$(INTDIR)\WorkerThread.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
- CPP_OBJS=.\Release/
- CPP_SBRS=.
-
- .c{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- MTL=midl.exe
- MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
- RSC=rc.exe
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\WorkerThread.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
- odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
- /pdb:"$(OUTDIR)\WorkerThread.pdb" /machine:I386 /def:".\WorkerThread.def"\
- /out:"$(OUTDIR)\WorkerThread.dll" /implib:"$(OUTDIR)\WorkerThread.lib"
- DEF_FILE= \
- ".\WorkerThread.def"
- LINK32_OBJS= \
- "$(INTDIR)\WorkerThread.obj"
-
- "$(OUTDIR)\WorkerThread.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "WorkerThread - Win32 Debug"
-
- OUTDIR=.\Debug
- INTDIR=.\Debug
- # Begin Custom Macros
- OutDir=.\Debug
- # End Custom Macros
-
- !IF "$(RECURSE)" == "0"
-
- ALL : "$(OUTDIR)\WorkerThread.dll"
-
- !ELSE
-
- ALL : "$(OUTDIR)\WorkerThread.dll"
-
- !ENDIF
-
- CLEAN :
- -@erase "$(INTDIR)\vc50.idb"
- -@erase "$(INTDIR)\vc50.pdb"
- -@erase "$(INTDIR)\WorkerThread.obj"
- -@erase "$(OUTDIR)\WorkerThread.dll"
- -@erase "$(OUTDIR)\WorkerThread.exp"
- -@erase "$(OUTDIR)\WorkerThread.ilk"
- -@erase "$(OUTDIR)\WorkerThread.lib"
- -@erase "$(OUTDIR)\WorkerThread.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- CPP=cl.exe
- CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /Fp"$(INTDIR)\WorkerThread.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
- CPP_OBJS=.\Debug/
- CPP_SBRS=.
-
- .c{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- MTL=midl.exe
- MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
- RSC=rc.exe
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\WorkerThread.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
- odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
- /pdb:"$(OUTDIR)\WorkerThread.pdb" /debug /machine:I386\
- /def:".\WorkerThread.def" /out:"$(OUTDIR)\WorkerThread.dll"\
- /implib:"$(OUTDIR)\WorkerThread.lib" /pdbtype:sept
- DEF_FILE= \
- ".\WorkerThread.def"
- LINK32_OBJS= \
- "$(INTDIR)\WorkerThread.obj"
-
- "$(OUTDIR)\WorkerThread.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
-
- !IF "$(CFG)" == "WorkerThread - Win32 Release" || "$(CFG)" ==\
- "WorkerThread - Win32 Debug"
- SOURCE=.\WorkerThread.c
-
- "$(INTDIR)\WorkerThread.obj" : $(SOURCE) "$(INTDIR)"
-
-
-
- !ENDIF
-
-