mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 05:11:23 +00:00
Changed sys_wina to sys_dosa
This commit is contained in:
parent
595d38cb89
commit
90655dcadd
1 changed files with 9 additions and 9 deletions
|
@ -2243,14 +2243,14 @@ InputName=surf8
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\common\sys_wina.s
|
SOURCE=.\common\sys_dosa.s
|
||||||
|
|
||||||
!IF "$(CFG)" == "quakeforge - Win32 Release"
|
!IF "$(CFG)" == "quakeforge - Win32 Release"
|
||||||
|
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
OutDir=.\quakeforge___Win32_Release
|
OutDir=.\quakeforge___Win32_Release
|
||||||
InputPath=.\common\sys_wina.s
|
InputPath=.\common\sys_dosa.s
|
||||||
InputName=sys_wina
|
InputName=sys_dosa
|
||||||
|
|
||||||
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
||||||
|
@ -2264,8 +2264,8 @@ InputName=sys_wina
|
||||||
|
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
OutDir=.\Debug
|
OutDir=.\Debug
|
||||||
InputPath=.\common\sys_wina.s
|
InputPath=.\common\sys_dosa.s
|
||||||
InputName=sys_wina
|
InputName=sys_dosa
|
||||||
|
|
||||||
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
||||||
|
@ -2280,8 +2280,8 @@ InputName=sys_wina
|
||||||
# PROP Ignore_Default_Tool 1
|
# PROP Ignore_Default_Tool 1
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
OutDir=.\quakeforge___Win32_GLDebug
|
OutDir=.\quakeforge___Win32_GLDebug
|
||||||
InputPath=.\common\sys_wina.s
|
InputPath=.\common\sys_dosa.s
|
||||||
InputName=sys_wina
|
InputName=sys_dosa
|
||||||
|
|
||||||
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
||||||
|
@ -2296,8 +2296,8 @@ InputName=sys_wina
|
||||||
# PROP Ignore_Default_Tool 1
|
# PROP Ignore_Default_Tool 1
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
OutDir=.\quakeforge___Win32_GLRelease
|
OutDir=.\quakeforge___Win32_GLRelease
|
||||||
InputPath=.\common\sys_wina.s
|
InputPath=.\common\sys_dosa.s
|
||||||
InputName=sys_wina
|
InputName=sys_dosa
|
||||||
|
|
||||||
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"$(OUTDIR)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
cl /I "\quakeforge\quakeforge\common" /EP > $(OUTDIR)\$(InputName).spp $(InputPath)
|
||||||
|
|
Loading…
Reference in a new issue