Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
buchholzs committed Dec 20, 2024
1 parent 0c2847d commit ae3dd14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.w32
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
if not exist $(Scenes) mkdir $(Scenes)
xcopy /s /y PlushPlayer\scenes $(Scenes)
xcopy /y PlushPlayer\Release\PlushPlayer.exe $(Release)
xcopy /y Matedit\Release\Matedit.exe $(Release)
xcopy /y Matedit\Release\MatEdit.exe $(Release)
xcopy /y Matedit\standard.scx $(Release)
powershell "((Get-Content -path .\releasetemplates\Readme.tmpl -Raw) -replace '{Version}', '$(Version)') | Set-Content -Path $(Release)\Readme.txt"
cd $(Release)
Expand Down
6 changes: 3 additions & 3 deletions MatEdit/Matedit.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<VCProjectVersion>17.0</VCProjectVersion>
<ProjectGuid>{2547E963-3F42-4FE0-A85D-C9DE5BD22A53}</ProjectGuid>
<RootNamespace>Matedit2</RootNamespace>
<ProjectName>Matedit</ProjectName>
<ProjectName>MatEdit</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand Down Expand Up @@ -86,7 +86,7 @@
</ResourceCompile>
<Link>
<AdditionalDependencies>depui.lib;scene.lib;plush.lib;expat.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);ucrtd.lib;vcruntime.lib;kernel32.lib</AdditionalDependencies>
<OutputFile>.\Debug/Matedit.exe</OutputFile>
<OutputFile>.\Debug/MatEdit.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>..\expat\lib\Debug;..\Depui\Lib\Debug;..\contrib\grx248\Debug;..\Scene\Debug;..\plush\debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand Down Expand Up @@ -134,7 +134,7 @@
</ResourceCompile>
<Link>
<AdditionalDependencies>grx20.lib;depui.lib;scene.lib;plush.lib;expat.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>.\Release/Matedit.exe</OutputFile>
<OutputFile>.\Release/MatEdit.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>..\expat\lib\Release;..\Depui\Lib\Release;..\contrib\grx248\Release;..\Scene\Release;..\plush\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<ProgramDatabaseFile>.\Release/Matedit2.pdb</ProgramDatabaseFile>
Expand Down
5 changes: 5 additions & 0 deletions releasetemplates/Readme.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Matedit.exe
===========
A material editor which allows interactive manipulating materials of objects in a scene.

Linux binaries
==============
There are binaries provided for Ubuntu Linux as well.
They are named PlushPlayer and MatEdit.

What is the Plush library?
==========================
Both programs use the 3D plush library, formerly available here http://www.nullsoft.com/free/plush/.
Expand Down

0 comments on commit ae3dd14

Please sign in to comment.