# Microsoft Developer Studio Generated NMAKE File, Based on numarithmodule.dsp !IF "$(CFG)" == "" CFG=numarithmodule - Win32 Debug !MESSAGE Keine Konfiguration angegeben. numarithmodule - Win32 Debug wird als Standard verwendet. !ENDIF !IF "$(CFG)" != "numarithmodule - Win32 Release" && "$(CFG)" != "numarithmodule - Win32 Debug" !MESSAGE Ungltige Konfiguration "$(CFG)" angegeben. !MESSAGE Sie k”nnen beim Ausfhren von NMAKE eine Konfiguration angeben !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: !MESSAGE !MESSAGE NMAKE /f "numarithmodule.mak" CFG="numarithmodule - Win32 Debug" !MESSAGE !MESSAGE Fr die Konfiguration stehen zur Auswahl: !MESSAGE !MESSAGE "numarithmodule - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library") !MESSAGE "numarithmodule - Win32 Debug" (basierend auf "Win32 (x86) Dynamic-Link Library") !MESSAGE !ERROR Eine ungltige Konfiguration wurde angegeben. !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF !IF "$(CFG)" == "numarithmodule - Win32 Release" OUTDIR=.\Release INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros ALL : "$(OUTDIR)\numarithmodule.dll" CLEAN : -@erase "$(INTDIR)\numarithmodule.obj" -@erase "$(INTDIR)\numarithmodule_auto.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\numarithmodule.dll" -@erase "$(OUTDIR)\numarithmodule.exp" -@erase "$(OUTDIR)\numarithmodule.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /G6 /MD /W3 /GX /O2 /Ob2 /I "../../../types/src/stringtype" /I "../../../types/src/numbertype" /I "../../../engine/src/engine" /I "../../../" /I "../../../util/include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "numarithmodule_EXPORTS" /D "WIN32" /D "NDEBUG" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\numarithmodule.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\numarithmodule.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 /dll /incremental:no /pdb:"$(OUTDIR)\numarithmodule.pdb" /machine:I386 /def:".\numarithmodule.def" /out:"$(OUTDIR)\numarithmodule.dll" /implib:"$(OUTDIR)\numarithmodule.lib" DEF_FILE= \ ".\numarithmodule.def" LINK32_OBJS= \ "$(INTDIR)\numarithmodule.obj" \ "$(INTDIR)\numarithmodule_auto.obj" "$(OUTDIR)\numarithmodule.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << TargetPath=.\Release\numarithmodule.dll SOURCE="$(InputPath)" PostBuild_Desc=Kopiere Dll... DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep ALL : $(DS_POSTBUILD_DEP) # Begin Custom Macros OutDir=.\Release # End Custom Macros $(DS_POSTBUILD_DEP) : "$(OUTDIR)\numarithmodule.dll" copy .\Release\numarithmodule.dll ..\..\..\dlls\modules echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)" !ELSEIF "$(CFG)" == "numarithmodule - Win32 Debug" OUTDIR=.\Debug INTDIR=.\Debug # Begin Custom Macros OutDir=.\Debug # End Custom Macros ALL : ".\numarithmodule_auto.c" ".\numarithmodule.h" ".\numarithmodule.def" "$(OUTDIR)\numarithmodule.dll" CLEAN : -@erase "$(INTDIR)\numarithmodule.obj" -@erase "$(INTDIR)\numarithmodule_auto.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(OUTDIR)\numarithmodule.dll" -@erase "$(OUTDIR)\numarithmodule.exp" -@erase "$(OUTDIR)\numarithmodule.ilk" -@erase "$(OUTDIR)\numarithmodule.lib" -@erase "$(OUTDIR)\numarithmodule.pdb" -@erase "numarithmodule.def" -@erase "numarithmodule.h" -@erase "numarithmodule_auto.c" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /G6 /MDd /W2 /Gm /GX /ZI /Od /I "../../../types/src/stringtype" /I "../../../types/src/numbertype" /I "../../../" /I "../../../engine/src/engine" /I "../../../util/include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "numarithmodule_EXPORTS" /D "WIN32" /D "_DEBUG" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\numarithmodule.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\numarithmodule.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 /dll /incremental:yes /pdb:"$(OUTDIR)\numarithmodule.pdb" /debug /machine:I386 /nodefaultlib:"msvcrt" /nodefaultlib:"winspool" /nodefaultlib:"comdlg32" /nodefaultlib:"uuid" /nodefaultlib:"odbc32" /nodefaultlib:"odbccp32" /nodefaultlib:"oleaut32" /def:".\numarithmodule.def" /out:"$(OUTDIR)\numarithmodule.dll" /implib:"$(OUTDIR)\numarithmodule.lib" /pdbtype:sept DEF_FILE= \ ".\numarithmodule.def" LINK32_OBJS= \ "$(INTDIR)\numarithmodule.obj" \ "$(INTDIR)\numarithmodule_auto.obj" "$(OUTDIR)\numarithmodule.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << TargetPath=.\Debug\numarithmodule.dll SOURCE="$(InputPath)" PostBuild_Desc=Kopiere Dll... DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep ALL : $(DS_POSTBUILD_DEP) # Begin Custom Macros OutDir=.\Debug # End Custom Macros $(DS_POSTBUILD_DEP) : ".\numarithmodule_auto.c" ".\numarithmodule.h" ".\numarithmodule.def" "$(OUTDIR)\numarithmodule.dll" copy .\Debug\numarithmodule.dll ..\..\..\dlls\modules echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)" !ENDIF !IF "$(NO_EXTERNAL_DEPS)" != "1" !IF EXISTS("numarithmodule.dep") !INCLUDE "numarithmodule.dep" !ELSE !MESSAGE Warning: cannot find "numarithmodule.dep" !ENDIF !ENDIF !IF "$(CFG)" == "numarithmodule - Win32 Release" || "$(CFG)" == "numarithmodule - Win32 Debug" SOURCE=.\numarithmodule.c !IF "$(CFG)" == "numarithmodule - Win32 Release" CPP_SWITCHES=/nologo /G6 /MD /W3 /GX /O2 /Ob2 /I "../../../types/src/stringtype" /I "../../../types/src/numbertype" /I "../../../engine/src/engine" /I "../../../" /I "../../../util/include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "numarithmodule_EXPORTS" /D "WIN32" /D "NDEBUG" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\numarithmodule.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c "$(INTDIR)\numarithmodule.obj" : $(SOURCE) "$(INTDIR)" ".\numarithmodule.h" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ELSEIF "$(CFG)" == "numarithmodule - Win32 Debug" CPP_SWITCHES=/nologo /G6 /MDd /W2 /Gm /GX /ZI /Od /I "../../../types/src/stringtype" /I "../../../types/src/numbertype" /I "../../../" /I "../../../engine/src/engine" /I "../../../util/include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "numarithmodule_EXPORTS" /D "WIN32" /D "_DEBUG" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\numarithmodule.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c "$(INTDIR)\numarithmodule.obj" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ENDIF SOURCE=.\numarithmodule_auto.c "$(INTDIR)\numarithmodule_auto.obj" : $(SOURCE) "$(INTDIR)" ".\numarithmodule.h" SOURCE=.\numarithmodule.spec !IF "$(CFG)" == "numarithmodule - Win32 Release" InputPath=.\numarithmodule.spec InputName=numarithmodule ".\numarithmodule.h" ".\numarithmodule_auto.c" ".\numarithmodule.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" <