rename test files to be more meaningful

pull/1/head
Sean Barrett 2014-05-27 23:13:34 -07:00
parent e63b3e0702
commit 42bd3e253b
4 changed files with 9 additions and 9 deletions

View File

@ -86,10 +86,6 @@ LINK32=link.exe
# Name "stb - Win32 Debug"
# Begin Source File
SOURCE=.\compile_test.c
# End Source File
# Begin Source File
SOURCE=.\stb.c
# End Source File
# Begin Source File
@ -102,6 +98,10 @@ SOURCE=..\stb_vorbis.c
# End Source File
# Begin Source File
SOURCE=.\test_c_compilation.c
# End Source File
# Begin Source File
SOURCE=.\test_truetype.c
# End Source File
# Begin Source File

View File

@ -65,7 +65,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /GX /Zd /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /GX /Zd /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@ -83,10 +83,6 @@ LINK32=link.exe
# Name "stb_cpp - Win32 Debug"
# Begin Source File
SOURCE=.\compile_test_cpp.cpp
# End Source File
# Begin Source File
SOURCE=.\stb_cpp.cpp
# End Source File
# Begin Source File
@ -97,5 +93,9 @@ SOURCE=..\stb_image.c
SOURCE=..\stb_vorbis.c
# End Source File
# Begin Source File
SOURCE=.\test_cpp_compilation.cpp
# End Source File
# End Target
# End Project