mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-11 00:10:31 +00:00
Removed useless files
This commit is contained in:
parent
c1e04ef0a6
commit
0cd7693c75
46 changed files with 0 additions and 276 deletions
|
|
@ -1,31 +0,0 @@
|
|||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\BASEMOD\RELEASE\BASEMOD.DLL.INTERMEDIATE.MANIFEST
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\BASEMOD\RELEASE\BASEMOD.OBJ
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\BASEMOD\RELEASE\BASEMOD.PCH
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\BASEMOD\RELEASE\DLLMAIN.OBJ
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\BASEMOD\RELEASE\STDAFX.OBJ
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\BASEMOD\RELEASE\VC100.PDB
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\RELEASE\BASEMOD.DLL
|
||||
C:\Users\Robert MacGregor\Desktop\BaseMod\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\BaseMod\Release\BaseMod.lib
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\BASEMOD\RELEASE\BASEMOD.PDB
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\BASEMOD\RELEASE\BASEMOD.DLL.INTERMEDIATE.MANIFEST
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\BASEMOD\RELEASE\BASEMOD.OBJ
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\BASEMOD\RELEASE\BASEMOD.PCH
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\BaseMod.vcxprojResolveAssemblyReference.cache
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\BaseMod.write.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\cl.command.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\CL.read.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\CL.write.1.tlog
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\BASEMOD\RELEASE\DLLMAIN.OBJ
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\link.command.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\link.read.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\link.write.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\mt.command.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\mt.read.1.tlog
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\Release\mt.write.1.tlog
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\BASEMOD\RELEASE\STDAFX.OBJ
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\BASEMOD\RELEASE\VC100.PDB
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\RELEASE\BASEMOD.DLL
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\USERS\ROBERT MACGREGOR\DESKTOP\TSEXTENSION\RELEASE\BASEMOD.PDB
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#v4.0:v100
|
||||
Release|Win32|C:\Users\Robert MacGregor\Desktop\TSExtension\|
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
Build started 8/4/2014 9:12:36 PM.
|
||||
1>Project "C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj" on node 2 (build target(s)).
|
||||
1>InitializeBuildStatus:
|
||||
Touching "Release\BaseMod.unsuccessfulbuild".
|
||||
ClCompile:
|
||||
All outputs are up-to-date.
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _WINDOWS /D _USRDLL /D BASEMOD_EXPORTS /D _WINDLL /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Release\\" /Fd"Release\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt BaseMod.cpp DXAPI.cpp DXConCmds.cpp
|
||||
BaseMod.cpp
|
||||
DXAPI.cpp
|
||||
DXConCmds.cpp
|
||||
1>DXConCmds.cpp(12): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
|
||||
1>DXConCmds.cpp(13): warning C4172: returning address of local variable or temporary
|
||||
1>DXConCmds.cpp(24): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
|
||||
1>DXConCmds.cpp(25): warning C4172: returning address of local variable or temporary
|
||||
All outputs are up-to-date.
|
||||
Link:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Release\BaseMod.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib" /MACHINE:X86 /DLL Release\BaseMod.obj
|
||||
Release\dllmain.obj
|
||||
Release\DXAPI.obj
|
||||
Release\DXConCmds.obj
|
||||
Release\LinkerAPI.obj
|
||||
Release\stdafx.obj
|
||||
Creating library C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib and object C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
Generating code
|
||||
Finished generating code
|
||||
BaseMod.vcxproj -> C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.dll
|
||||
Manifest:
|
||||
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /outputresource:"C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.dll;#2" /manifest Release\BaseMod.dll.intermediate.manifest
|
||||
FinalizeBuildStatus:
|
||||
Deleting file "Release\BaseMod.unsuccessfulbuild".
|
||||
Touching "Release\BaseMod.lastbuildstate".
|
||||
1>Done Building Project "C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj" (build target(s)).
|
||||
|
||||
Build succeeded.
|
||||
|
||||
Time Elapsed 00:00:02.12
|
||||
Binary file not shown.
|
|
@ -1,25 +0,0 @@
|
|||
^C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
^C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
^C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
^C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
^C:\Users\Robert MacGregor\Desktop\TSExtension\BaseMod\BaseMod.vcxproj
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.lib
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
C:\Users\Robert MacGregor\Desktop\TSExtension\Release\BaseMod.exp
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue