add sys_x86.S and ver_check.c to the project (I hope I didn't `corrupt' the

dsp)
This commit is contained in:
Bill Currie 2000-12-20 23:38:36 +00:00
parent 130a99f6f4
commit 933f9a1054

View file

@ -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"