we don't use LoadingWindow_SDL in Windows

This commit is contained in:
Glenn Maynard
2004-09-17 05:30:59 +00:00
parent 75ab801f8a
commit ae789543df
2 changed files with 2 additions and 16 deletions
+2 -10
View File
@@ -62,7 +62,7 @@ IntDir=.\../Debug6
TargetDir=\temp\stepmania\Program
TargetName=StepMania-debug
SOURCE="$(InputPath)"
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
# End Special Build Tool
@@ -99,7 +99,7 @@ IntDir=.\../Release6
TargetDir=\temp\stepmania\Program
TargetName=StepMania
SOURCE="$(InputPath)"
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
# End Special Build Tool
@@ -1106,14 +1106,6 @@ SOURCE=.\arch\LoadingWindow\LoadingWindow_Null.h
# End Source File
# Begin Source File
SOURCE=.\arch\LoadingWindow\LoadingWindow_SDL.cpp
# End Source File
# Begin Source File
SOURCE=.\arch\LoadingWindow\LoadingWindow_SDL.h
# End Source File
# Begin Source File
SOURCE=.\arch\LoadingWindow\LoadingWindow_Win32.cpp
# End Source File
# Begin Source File
-6
View File
@@ -979,12 +979,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
<File
RelativePath="arch\LoadingWindow\LoadingWindow.h">
</File>
<File
RelativePath="arch\LoadingWindow\LoadingWindow_SDL.cpp">
</File>
<File
RelativePath="arch\LoadingWindow\LoadingWindow_SDL.h">
</File>
<File
RelativePath="arch\LoadingWindow\LoadingWindow_Win32.cpp">
</File>