mirror of
https://github.com/nothings/stb
synced 2025-01-07 23:32:00 +03:00
move image_test into main tests directory
This commit is contained in:
parent
2bf4326350
commit
4e8cade2cf
@ -64,7 +64,7 @@ LINK32=link.exe
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
# 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 /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /W3 /Gm /GX /ZI /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
|
||||
@ -82,11 +82,11 @@ LINK32=link.exe
|
||||
# Name "image_test - Win32 Debug"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\image_test.c
|
||||
SOURCE=.\image_test.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\stb_image.c
|
||||
SOURCE=..\stb_image.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "image_test"=.\image_test\image_test.dsp - Package Owner=<4>
|
||||
Project: "image_test"=.\image_test.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
@ -15,7 +15,7 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "make_readme"=..\tools\make_readme\make_readme.dsp - Package Owner=<4>
|
||||
Project: "make_readme"=..\tools\make_readme.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
@ -38,6 +38,9 @@ Package=<4>
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name stb_cpp
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name image_test
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user