Skip to content

Commit

Permalink
Updated to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerbecky committed Nov 14, 2022
1 parent 18f94ac commit 420843a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Insert this after it.

The source code to the tool is in the folder "source". It will require Burgerlib for some subroutines. <https://github.com/Olde-Skuul/KitchenSink> has the binaries of the library and <https://github.com/Olde-Skuul/burgerlib> has the source to the library.

## To build the tool
## To build the tool on windows

1. Install Visual Studio 2022
2. Install the Visual Studio SDK
Expand All @@ -58,3 +58,14 @@ The source code to the tool is in the folder "source". It will require Burgerlib
8. Ensure python scripts are in the PATH so python scripts can be run from the command line
9. Set the directory to the folder these instructions reside, usually "GLSL"
10. buildme

## To build the tool on macOS for Xcode

1. Install XCode
2. Install Python (Prefer 3 using brew or macports)
3. pip install makeprojects
4. Ensure python scripts are in the PATH so python scripts can be run from the terminal
5. Set the directory to the folder "stripcomments"
6. buildme
7. Rename the executable in the bin folder to "stripcomments"
8. move the tool into the folder that contains tools, /opt/local/bin is an example
2 changes: 1 addition & 1 deletion install_2017/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="glsl2017.burgerbecky.75b77102-494f-483b-936f-d468e8928944" Version="1.0.3" Language="en-US" Publisher="Rebecca Ann Heineman" />
<Identity Id="glsl2017.burgerbecky.75b77102-494f-483b-936f-d468e8928944" Version="1.0.4" Language="en-US" Publisher="Rebecca Ann Heineman" />
<DisplayName>GLSL Visual Studio 2017 comment stripper</DisplayName>
<Description xml:space="preserve">This is a plug in for Visual Studio 2017 that will allow files with the GLSL extension to automatically be compiled with a tool that will strip all comments. The tool will be listed as "Comment stripper tool". Versions compatible with earlier versions of Visual Studio can be found here: https://github.com/burgerbecky/glslvisualstudio</Description>
<MoreInfo>https://github.com/burgerbecky/glslvisualstudio</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion install_2019/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="glsl2019.burgerbecky.8f8bc28c-9c83-4833-b773-e348a83118fb" Version="1.0.3" Language="en-US" Publisher="Rebecca Ann Heineman" />
<Identity Id="glsl2019.burgerbecky.8f8bc28c-9c83-4833-b773-e348a83118fb" Version="1.0.4" Language="en-US" Publisher="Rebecca Ann Heineman" />
<DisplayName>GLSL Visual Studio 2019 comment stripper</DisplayName>
<Description xml:space="preserve">This is a plug in for Visual Studio 2019 that will allow files with the GLSL extension to automatically be compiled with a tool that will strip all comments. The tool will be listed as "Comment stripper tool". Versions compatible with earlier versions of Visual Studio can be found here: https://github.com/burgerbecky/glslvisualstudio</Description>
<MoreInfo>https://github.com/burgerbecky/glslvisualstudio</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion install_2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="glsl2022.burgerbecky.a8b42d54-7173-4c99-b0b0-bc76ea42ca3e" Version="1.0.3" Language="en-US" Publisher="Rebecca Ann Heineman" />
<Identity Id="glsl2022.burgerbecky.a8b42d54-7173-4c99-b0b0-bc76ea42ca3e" Version="1.0.4" Language="en-US" Publisher="Rebecca Ann Heineman" />
<DisplayName>GLSL Visual Studio 2022 comment stripper</DisplayName>
<Description xml:space="preserve">This is a plug in for Visual Studio 2022 that will allow files with the GLSL extension to automatically be compiled with a tool that will strip all comments. The tool will be listed as "Comment stripper tool". Versions compatible with earlier versions of Visual Studio can be found here: https://github.com/burgerbecky/glslvisualstudio</Description>
<MoreInfo>https://github.com/burgerbecky/glslvisualstudio</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion install_pre_2017/glsl_msi-v22.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.3"
"ProductVersion" = "8:1.0.4"
"Manufacturer" = "8:Rebecca Ann Heineman"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit 420843a

Please sign in to comment.