mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -865,6 +865,10 @@ namespace bgfx
|
||||
bool preprocessOnly = cmdLine.hasArg("preprocess");
|
||||
const char* includeDir = cmdLine.findOption('i');
|
||||
|
||||
BX_TRACE("depends: %d", depends);
|
||||
BX_TRACE("preprocessOnly: %d", preprocessOnly);
|
||||
BX_TRACE("includeDir: %s", includeDir);
|
||||
|
||||
Preprocessor preprocessor(filePath, 0 != essl);
|
||||
|
||||
for (int ii = 1; NULL != includeDir; ++ii)
|
||||
|
||||
Reference in New Issue
Block a user