We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src.cbp
1 parent 3648287 commit 5a42f5aCopy full SHA for 5a42f5a
src/src.cbp
@@ -42,6 +42,7 @@
42
<Add library="../libs/bin/Release/libs.a" />
43
<Add directory="./sdl/SDL2/lib" />
44
</Linker>
45
+ <Unit filename="macros.h" />
46
<Unit filename="main.c">
47
<Option compilerVar="CC" />
48
</Unit>
@@ -56,6 +57,10 @@
56
57
58
59
<Unit filename="utilities.h" />
60
+ <Unit filename="validators.c">
61
+ <Option compilerVar="CC" />
62
+ </Unit>
63
+ <Unit filename="validators.h" />
64
<Extensions>
65
<lib_finder disable_auto="1" />
66
</Extensions>
0 commit comments