mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 07:30:55 +00:00
Reverse my goofup - I need coffee!-)
This commit is contained in:
parent
2508ef4264
commit
54fecba24b
1 changed files with 2 additions and 1 deletions
|
@ -2201,7 +2201,8 @@ InputName=worlda
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue