Browse Source

built SDL2 gfx release x64

master
Weird Constructor 3 years ago
parent
commit
d2413f6bd3
  1. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/.suo
  2. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Browse.VC.db
  3. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Solution.VC.db
  4. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Solution.VC.db-shm
  5. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Solution.VC.db-wal
  6. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/ipch/AutoPCH/6f9a56860e7356cd/SDL2_IMAGEFILTER.ipch
  7. BIN
      res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/ipch/AutoPCH/b8d801a72daa93dd/SDL2_IMAGEFILTER.ipch
  8. 4
      res/SDL2_gfx-1.0.4/SDL2_gfx.vcxproj
  9. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_framerate.obj
  10. 2
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.Build.CppClean.log
  11. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.exp
  12. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.iobj
  13. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.ipdb
  14. 16
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.log
  15. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.pdb
  16. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/CL.command.1.tlog
  17. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/CL.read.1.tlog
  18. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/CL.write.1.tlog
  19. 2
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/SDL2_gfx.lastbuildstate
  20. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/SDL2_gfx.write.1u.tlog
  21. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/link.command.1.tlog
  22. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/link.read.1.tlog
  23. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/link.write.1.tlog
  24. 0
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.vcxproj.FileListAbsolute.txt
  25. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfxPrimitives.obj
  26. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_imageFilter.obj
  27. BIN
      res/SDL2_gfx-1.0.4/x64/Release/SDL2_rotozoom.obj
  28. BIN
      res/SDL2_gfx-1.0.4/x64/Release/vc142.pdb

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/.suo

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Browse.VC.db

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Solution.VC.db

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Solution.VC.db-shm

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/Solution.VC.db-wal

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/ipch/AutoPCH/6f9a56860e7356cd/SDL2_IMAGEFILTER.ipch

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/.vs/SDL2_gfx/v16/ipch/AutoPCH/b8d801a72daa93dd/SDL2_IMAGEFILTER.ipch

Binary file not shown.

4
res/SDL2_gfx-1.0.4/SDL2_gfx.vcxproj

@ -166,7 +166,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<AdditionalIncludeDirectories>..\SDL2-2.0.5\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>..\SDL2-2.0.9\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@ -178,7 +178,7 @@
</ClCompile>
<Link>
<AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>..\SDL2-2.0.5\VisualC\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>..\SDL2-2.0.9\lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_framerate.obj

Binary file not shown.

2
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.Build.CppClean.log

@ -0,0 +1,2 @@
h:\_repositories\wctr-demo-engine\res\sdl2_gfx-1.0.4\x64\release\vc142.pdb
h:\_repositories\wctr-demo-engine\res\sdl2_gfx-1.0.4\x64\release\sdl2_gfx.tlog\cl.command.1.tlog

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.exp

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.iobj

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.ipdb

Binary file not shown.

16
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.log

@ -0,0 +1,16 @@
 SDL2_framerate.c
SDL2_gfxPrimitives.c
H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\SDL2_gfxPrimitives.c(1766,1): warning C4028: Formaler Parameter "1" unterscheidet sich von der Deklaration
H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\SDL2_gfxPrimitives.c(1875,29): warning C4244: "Funktion": Konvertierung von "double" in "float", möglicher Datenverlust
H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\SDL2_gfxPrimitives.c(1876,38): warning C4244: "Funktion": Konvertierung von "double" in "float", möglicher Datenverlust
H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\SDL2_gfxPrimitives.c(1952,39): warning C4244: "Funktion": Konvertierung von "double" in "float", möglicher Datenverlust
H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\SDL2_gfxPrimitives.c(3704,43): warning C4244: "Funktion": Konvertierung von "double" in "float", möglicher Datenverlust
SDL2_rotozoom.c
SDL2_imageFilter.c
H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\SDL2_gfxPrimitives.c(3705,43): warning C4244: "Funktion": Konvertierung von "double" in "float", möglicher Datenverlust
Bibliothek "x64\Release\SDL2_gfx.lib" und Objekt "x64\Release\SDL2_gfx.exp" werden erstellt.
Code wird generiert.
Previous IPDB not found, fall back to full compilation.
All 153 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Codegenerierung ist abgeschlossen.
SDL2_gfx.vcxproj -> H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\x64\Release\SDL2_gfx.dll

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.pdb

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/CL.command.1.tlog

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/CL.read.1.tlog

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/CL.write.1.tlog

Binary file not shown.

2
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/SDL2_gfx.lastbuildstate

@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
Release|x64|H:\_REPOSITORIES\wctr-demo-engine\res\SDL2_gfx-1.0.4\|

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/SDL2_gfx.write.1u.tlog

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/link.command.1.tlog

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/link.read.1.tlog

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.tlog/link.write.1.tlog

Binary file not shown.

0
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfx.vcxproj.FileListAbsolute.txt

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_gfxPrimitives.obj

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_imageFilter.obj

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/SDL2_rotozoom.obj

Binary file not shown.

BIN
res/SDL2_gfx-1.0.4/x64/Release/vc142.pdb

Binary file not shown.
Loading…
Cancel
Save