mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-19 13:02:32 +00:00
add sys_x86.S and ver_check.c to the project (I hope I didn't `corrupt' the
dsp)
This commit is contained in:
parent
130a99f6f4
commit
933f9a1054
1 changed files with 41 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue