test stb_lib
This commit is contained in:
parent
0ba9ff6599
commit
a6796aee40
@ -84,7 +84,7 @@ LINK32=link.exe
|
|||||||
# Name "stblib - Win32 Debug"
|
# Name "stblib - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\stb_lib.h
|
SOURCE=.\prerelease\stb_lib.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "stb_lib.h"
|
#include "prerelease/stb_lib.h"
|
||||||
#define STB_LIB_IMPLEMENTATION
|
#define STB_LIB_IMPLEMENTATION
|
||||||
#include "stb_lib.h"
|
#include "prerelease/stb_lib.h"
|
||||||
|
|
||||||
//#define STB_REGEX_IMPLEMENTATION
|
//#define STB_REGEX_IMPLEMENTATION
|
||||||
//#include "stb_regex.h"
|
//#include "stb_regex.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//#include "stb_regex.h"
|
//#include "stb_regex.h"
|
||||||
//#include "stb_regex.h"
|
//#include "stb_regex.h"
|
||||||
#include "stb_lib.h"
|
#include "prerelease/stb_lib.h"
|
||||||
#include "stb_lib.h"
|
#include "prerelease/stb_lib.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user