improvements on fpc
This commit is contained in:
@@ -97,9 +97,7 @@ void CPOSIXFileSystem2::CopyFile( const char *szDestination, const char *szOrigi
|
||||
szOrigin,
|
||||
szDestination,
|
||||
};
|
||||
printf("runner: %p\n",runner);
|
||||
runner->Run(CUtlString("cp"), args);
|
||||
printf("runner: %p\n",runner);
|
||||
runner->Wait();
|
||||
}
|
||||
void CPOSIXFileSystem2::CopyDirectory( const char *szDestination, const char *szOrigin )
|
||||
@@ -138,3 +136,4 @@ bool CPOSIXFileSystem2::ShouldRecompile(const char *szSource, const char *szOutp
|
||||
|
||||
|
||||
IINIFile *g_pConfig;
|
||||
EXPOSE_INTERFACE_GLOBALVAR(IINIFile, IINIFile, LIBFPC_CONFIG_INTERFACE_VERSION, g_pConfig);
|
||||
|
||||
Reference in New Issue
Block a user