|
122 | 122 | <Lib>
|
123 | 123 | <AdditionalDependencies>xinput.lib;opengl32.lib;shell32.lib;SDL2.lib;SDL2main.lib;SDL2test.lib;SDL2_image.lib;SDL2_ttf.lib;SDL2_mixer.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
124 | 124 | </Lib>
|
| 125 | + <PostBuildEvent> |
| 126 | + <Command>xcopy "$(SolutionDir)3rdParty\SDL2\lib\$(PlatformTarget)\SDL2.dll" "$(OutputPath)" /R /Y |
| 127 | +xcopy "$(SolutionDir)3rdParty\SDL2_image\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 128 | +xcopy "$(SolutionDir)3rdParty\SDL2_ttf\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 129 | +xcopy "$(SolutionDir)3rdParty\SDL2_mixer\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y</Command> |
| 130 | + </PostBuildEvent> |
125 | 131 | </ItemDefinitionGroup>
|
126 | 132 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
127 | 133 | <ClCompile>
|
|
144 | 150 | <Lib>
|
145 | 151 | <AdditionalDependencies>xinput.lib;opengl32.lib;shell32.lib;SDL2.lib;SDL2main.lib;SDL2test.lib;SDL2_image.lib;SDL2_ttf.lib;SDL2_mixer.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
146 | 152 | </Lib>
|
| 153 | + <PostBuildEvent> |
| 154 | + <Command>xcopy "$(SolutionDir)3rdParty\SDL2\lib\$(PlatformTarget)\SDL2.dll" "$(OutputPath)" /R /Y |
| 155 | +xcopy "$(SolutionDir)3rdParty\SDL2_image\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 156 | +xcopy "$(SolutionDir)3rdParty\SDL2_ttf\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 157 | +xcopy "$(SolutionDir)3rdParty\SDL2_mixer\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y</Command> |
| 158 | + </PostBuildEvent> |
147 | 159 | </ItemDefinitionGroup>
|
148 | 160 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
149 | 161 | <ClCompile>
|
|
170 | 182 | <Lib>
|
171 | 183 | <AdditionalDependencies>xinput.lib;opengl32.lib;shell32.lib;SDL2.lib;SDL2main.lib;SDL2test.lib;SDL2_image.lib;SDL2_ttf.lib;SDL2_mixer.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
172 | 184 | </Lib>
|
| 185 | + <PostBuildEvent> |
| 186 | + <Command>xcopy "$(SolutionDir)3rdParty\SDL2\lib\$(PlatformTarget)\SDL2.dll" "$(OutputPath)" /R /Y |
| 187 | +xcopy "$(SolutionDir)3rdParty\SDL2_image\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 188 | +xcopy "$(SolutionDir)3rdParty\SDL2_ttf\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 189 | +xcopy "$(SolutionDir)3rdParty\SDL2_mixer\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y</Command> |
| 190 | + </PostBuildEvent> |
173 | 191 | </ItemDefinitionGroup>
|
174 | 192 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
175 | 193 | <ClCompile>
|
|
196 | 214 | <Lib>
|
197 | 215 | <AdditionalDependencies>xinput.lib;opengl32.lib;shell32.lib;SDL2.lib;SDL2main.lib;SDL2test.lib;SDL2_image.lib;SDL2_ttf.lib;SDL2_mixer.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
198 | 216 | </Lib>
|
| 217 | + <PostBuildEvent> |
| 218 | + <Command>xcopy "$(SolutionDir)3rdParty\SDL2\lib\$(PlatformTarget)\SDL2.dll" "$(OutputPath)" /R /Y |
| 219 | +xcopy "$(SolutionDir)3rdParty\SDL2_image\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 220 | +xcopy "$(SolutionDir)3rdParty\SDL2_ttf\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y |
| 221 | +xcopy "$(SolutionDir)3rdParty\SDL2_mixer\lib\$(PlatformTarget)\*.dll" "$(OutputPath)" /R /Y</Command> |
| 222 | + </PostBuildEvent> |
199 | 223 | </ItemDefinitionGroup>
|
200 | 224 | <ItemGroup>
|
201 | 225 | <ClInclude Include="Animation.h" />
|
|
0 commit comments