Skip to content

Commit

Permalink
Create full build target for Dragon Age. First shaders from Mike.
Browse files Browse the repository at this point in the history
First drop of ShaderFixes 121514_v3.rar.

Add User.cfg file to zip on build as well.  Delete it when uninstall.bat is run.
  • Loading branch information
bo3b committed Dec 16, 2014
1 parent 91075fe commit ffc1b8b
Show file tree
Hide file tree
Showing 74 changed files with 17,255 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DirectX11/DirectX11.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ REM Use 7zip command tool to create a full release that can be unzipped into gam
REM On game specific builds, this also includes the ShaderFixes folder.
REM And, the d3dx.ini from game specific folder

7zip\7za a $(ConfigurationName)\3Dmigoto-$(ConfigurationName)-Ver.zip .\$(ConfigurationName)\d3dx.ini .\$(ConfigurationName)\ShaderFixes\ $(TargetDir)*.dll .\$(ConfigurationName)\uninstall.bat
7zip\7za a $(ConfigurationName)\3Dmigoto-$(ConfigurationName)-Ver.zip $(TargetDir)*.dll .\$(ConfigurationName)\d3dx.ini .\$(ConfigurationName)\ShaderFixes\ .\$(ConfigurationName)\uninstall.bat .\$(ConfigurationName)\User.cfg
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
Expand Down
Loading

0 comments on commit ffc1b8b

Please sign in to comment.