mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
Added Dir and FileAcces to the amalgamated builds.
This commit is contained in:
parent
eb81502075
commit
4afaa63591
@ -181,3 +181,15 @@
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/vector4.cpp}}
|
||||
|
||||
//--STRIP
|
||||
//#include "file_access.h"
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/file_access.cpp}}
|
||||
|
||||
{{FILE:sfw/core/3rd_tinydir.h}}
|
||||
|
||||
//--STRIP
|
||||
//#include "dir_access.h"
|
||||
//#include "3rd_tinydir.h"
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/dir_access.cpp}}
|
||||
|
@ -387,4 +387,17 @@
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/hash_set.h}}
|
||||
|
||||
//--STRIP
|
||||
//#include "core/error_list.h"
|
||||
//#include "core/ustring.h"
|
||||
//also needs vector
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/file_access.h}}
|
||||
|
||||
//--STRIP
|
||||
//#include "core/error_list.h"
|
||||
//#include "core/ustring.h"
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/dir_access.h}}
|
||||
|
||||
#endif
|
||||
|
@ -353,6 +353,20 @@
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/vector4.cpp}}
|
||||
|
||||
//--STRIP
|
||||
//#include "file_access.h"
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/file_access.cpp}}
|
||||
|
||||
{{FILE:sfw/core/3rd_tinydir.h}}
|
||||
|
||||
//--STRIP
|
||||
//#include "dir_access.h"
|
||||
//#include "3rd_tinydir.h"
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/dir_access.cpp}}
|
||||
|
||||
|
||||
//--STRIP
|
||||
//=================== OBJECT SECTION ===================
|
||||
//--STRIP
|
||||
|
@ -387,6 +387,19 @@
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/hash_set.h}}
|
||||
|
||||
//--STRIP
|
||||
//#include "core/error_list.h"
|
||||
//#include "core/ustring.h"
|
||||
//also needs vector
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/file_access.h}}
|
||||
|
||||
//--STRIP
|
||||
//#include "core/error_list.h"
|
||||
//#include "core/ustring.h"
|
||||
//--STRIP
|
||||
{{FILE:sfw/core/dir_access.h}}
|
||||
|
||||
//--STRIP
|
||||
//=================== OBJECT SECTION ===================
|
||||
//--STRIP
|
||||
|
Loading…
Reference in New Issue
Block a user