trying to make it work without -rdynamic
This commit is contained in:
@@ -67,11 +67,12 @@ public:
|
||||
|
||||
// Compares timestamps of 2 files
|
||||
virtual bool ShouldRecompile( const char *szSource, const char *szOutput ) = 0;
|
||||
|
||||
virtual char *GetWindowsPath( const char *szPath ) = 0;
|
||||
virtual char *GetPOSIXPath( const char *szPath ) = 0;
|
||||
};
|
||||
|
||||
extern IFileSystem2 *filesystem2;
|
||||
char *GetWindowsPath( const char *szPath );
|
||||
char *GetPOSIXPath( const char *szPath );
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -98,6 +99,14 @@ int __build_stage_##sz(); \
|
||||
CBuildStage __##sz##_build_stage(#sz, __build_stage_##sz); \
|
||||
int __build_stage_##sz()
|
||||
|
||||
#define ADD_DEPENDENCY_BUILD_FILE(sz) \
|
||||
|
||||
#define ADD_OUTPUT_LIBRARY(sz) \
|
||||
|
||||
#define DEPEND_ON_PROJECT(sz) \
|
||||
|
||||
#define GET_PROJECT_LIBRARY(sz, szLib) \
|
||||
|
||||
// Returns all available build stages
|
||||
// Used internally
|
||||
CUtlVector<CBuildStage*>& BuildStages();
|
||||
|
||||
Reference in New Issue
Block a user