Skip to content

Commit

Permalink
Directory, file reorganization. Bug fixes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hallambaker committed Mar 7, 2018
1 parent 50d4229 commit 8ecbe0b
Show file tree
Hide file tree
Showing 323 changed files with 6,171 additions and 54,651 deletions.
3 changes: 3 additions & 0 deletions ASN/Goedel.Tool.ASN-Framework/VS.Make
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ prebuild : prebuildRecurse $(ToolTargets)
postbuild : postbuildRecurse


postbuildwindows :
powershell publishtarget Goedel.Tool.ASN-Framework.dll

7 changes: 5 additions & 2 deletions ASN/Goedel.Tool.ASN/VS.Make
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ ToolTargets = \
GenerateCS.cs

Asn2.cs : Asn2.gdl
goedel3 Asn2.gdl Asn2.cs
goedel3 Asn2.gdl /cs Asn2.cs

GenerateCS.cs : GenerateCS.script
gscript GenerateCS.script GenerateCS.cs
gscript GenerateCS.script GenerateCS.cs


prebuildRecurse :
Expand All @@ -42,3 +42,6 @@ prebuild : prebuildRecurse $(ToolTargets)
postbuild : postbuildRecurse


postbuildwindows :
powershell publishtarget Goedel.Tool.ASN.dll

5 changes: 4 additions & 1 deletion ASN/asn2/VS.Make
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ToolTargets = \
ASN2.cs

ASN2.cs : ASN2.command
commandparse ASN2.command ASN2.cs
commandparse ASN2.command ASN2.cs


prebuildRecurse :
Expand All @@ -43,3 +43,6 @@ prebuild : prebuildRecurse $(ToolTargets)
postbuild : postbuildRecurse


postbuildwindows :
powershell publishtarget asn2.exe $(LinkFiles)

2 changes: 1 addition & 1 deletion ASN/asn2/asn2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</Target>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="VSPostBuild" />
<Exec Command="cd $(ProjectDir) &amp;&amp; VSPostBuildWindows $(TargetDir)" />
</Target>

</Project>
Loading

0 comments on commit 8ecbe0b

Please sign in to comment.