add files

This commit is contained in:
Glenn Maynard
2003-01-16 20:23:49 +00:00
parent f4febaf32a
commit f98211d30e
2 changed files with 32 additions and 4 deletions
+18 -2
View File
@@ -57,7 +57,7 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /pdb:none
# Begin Special Build Tool
IntDir=.\../Release6
TargetDir=\stepmania\stepmania
TargetDir=\temp\stepmania
TargetName=StepMania
SOURCE="$(InputPath)"
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
@@ -92,7 +92,7 @@ LINK32=link.exe
# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:no /nodefaultlib
# Begin Special Build Tool
IntDir=.\../Debug6
TargetDir=\stepmania\stepmania
TargetDir=\temp\stepmania
TargetName=StepMania-debug
SOURCE="$(InputPath)"
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
@@ -323,6 +323,22 @@ SOURCE=.\Font.h
# End Source File
# Begin Source File
SOURCE=.\FontCharAliases.cpp
# End Source File
# Begin Source File
SOURCE=.\FontCharAliases.h
# End Source File
# Begin Source File
SOURCE=.\FontCharmaps.cpp
# End Source File
# Begin Source File
SOURCE=.\FontCharmaps.h
# End Source File
# Begin Source File
SOURCE=.\GameConstantsAndTypes.cpp
# End Source File
# Begin Source File
+12
View File
@@ -454,6 +454,18 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath=".\Font.h">
</File>
<File
RelativePath="FontCharAliases.cpp">
</File>
<File
RelativePath="FontCharAliases.h">
</File>
<File
RelativePath="FontCharmaps.cpp">
</File>
<File
RelativePath="FontCharmaps.h">
</File>
<File
RelativePath="Game.h">
</File>