mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 07:22:55 -04:00
Mark more as Matching
This commit is contained in:
+8
-8
@@ -183,13 +183,13 @@ LIBS = [
|
||||
"cflags": CFLAGS_FRAMEWORK,
|
||||
"host": True,
|
||||
"objects": [
|
||||
NonMatching("JSystem/JKernel/JKRFile.cpp"),
|
||||
NonMatching("JSystem/JSupport/JSUList.cpp"),
|
||||
Matching ("JSystem/JKernel/JKRFile.cpp"),
|
||||
Matching ("JSystem/JSupport/JSUList.cpp"),
|
||||
NonMatching("JSystem/JSupport/JSUInputStream.cpp"),
|
||||
Matching ("JSystem/JSupport/JSUMemoryStream.cpp"),
|
||||
NonMatching("JSystem/JSupport/JSUFileStream.cpp"),
|
||||
NonMatching("JSystem/JUtility/JUTNameTab.cpp"),
|
||||
NonMatching("JSystem/JUtility/JUTPalette.cpp"),
|
||||
Matching ("JSystem/JSupport/JSUFileStream.cpp"),
|
||||
Matching ("JSystem/JUtility/JUTNameTab.cpp"),
|
||||
Matching ("JSystem/JUtility/JUTPalette.cpp"),
|
||||
NonMatching("JSystem/JParticle/JPATexture.cpp"),
|
||||
],
|
||||
},
|
||||
@@ -199,7 +199,7 @@ LIBS = [
|
||||
"cflags": CFLAGS_FRAMEWORK,
|
||||
"host": True,
|
||||
"objects": [
|
||||
NonMatching("SSystem/SStandard/s_basic.cpp"),
|
||||
Matching ("SSystem/SStandard/s_basic.cpp"),
|
||||
Matching ("SSystem/SComponent/c_malloc.cpp"),
|
||||
Matching ("SSystem/SComponent/c_API.cpp"),
|
||||
Matching ("SSystem/SComponent/c_API_graphic.cpp"),
|
||||
@@ -225,9 +225,9 @@ LIBS = [
|
||||
NonMatching("SSystem/SComponent/c_m2d_g_box.cpp"),
|
||||
Matching ("SSystem/SComponent/c_m3d_g_aab.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_m3d_g_cyl.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_m3d_g_pla.cpp"),
|
||||
Matching ("SSystem/SComponent/c_m3d_g_pla.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_m3d_g_sph.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_m3d_g_tri.cpp"),
|
||||
Matching ("SSystem/SComponent/c_m3d_g_tri.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_lib.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_angle.cpp"),
|
||||
NonMatching("SSystem/SComponent/c_data_tbl.cpp"),
|
||||
|
||||
Reference in New Issue
Block a user