From 933f9a10547d989b452185ad63eb2b480b793d61 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 20 Dec 2000 23:38:36 +0000 Subject: [PATCH] add sys_x86.S and ver_check.c to the project (I hope I didn't `corrupt' the dsp) --- source/qw_server.dsp | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/source/qw_server.dsp b/source/qw_server.dsp index 2da5f6c..3cbc817 100644 --- a/source/qw_server.dsp +++ b/source/qw_server.dsp @@ -283,6 +283,10 @@ SOURCE=.\va.c # End Source File # Begin Source File +SOURCE=.\ver_check.c +# End Source File +# Begin Source File + SOURCE=.\world.c # End Source File # Begin Source File @@ -340,6 +344,43 @@ InputName=math # End Source File # Begin Source File +SOURCE=.\sys_x86.S + +!IF "$(CFG)" == "qw_server - Win32 Release" + +# Begin Custom Build +OutDir=.\Release +InputPath=.\sys_x86.S +InputName=sys_x86 + +"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cl /D "USE_INTEL_ASM=1" /D "HAVE_CONFIG_H=1" /I "..\source" /I "..\include" /I "..\include\win32\vc" /I "..\include\win32" /nologo /EP > $(OUTDIR)\$(InputName).spp $(InputPath) + ..\tools\gas2masm\debug\gas2masm < $(OUTDIR)\$(InputName).spp > $(OUTDIR)\$(InputName).asm + ml /nologo /c /Cp /coff /Zi /H64 /Fo$(OUTDIR)\$(InputName).obj $(OUTDIR)\$(InputName).asm + del $(OUTDIR)\$(InputName).spp + +# End Custom Build + +!ELSEIF "$(CFG)" == "qw_server - Win32 Debug" + +# Begin Custom Build +OutDir=.\Debug +InputPath=.\sys_x86.S +InputName=sys_x86 + +"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cl /D "USE_INTEL_ASM=1" /D "HAVE_CONFIG_H=1" /I "..\source" /I "..\include" /I "..\include\win32\vc" /I "..\include\win32" /nologo /EP > $(OUTDIR)\$(InputName).spp $(InputPath) + ..\tools\gas2masm\debug\gas2masm < $(OUTDIR)\$(InputName).spp > $(OUTDIR)\$(InputName).asm + ml /nologo /c /Cp /coff /Zi /H64 /Fo$(OUTDIR)\$(InputName).obj $(OUTDIR)\$(InputName).asm + del $(OUTDIR)\$(InputName).spp + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\worlda.S !IF "$(CFG)" == "qw_server - Win32 Release"