Commit 341b5f1c7ec9a4e56c747190b5bc44effd548813
1 parent
537c82b0
Exists in
master
Incluindo exemplo de classe vb no arquivo .zip
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile.in
@@ -131,6 +131,7 @@ pw3270-sharp-@PACKAGE_VERSION@.@host@.zip: \ | @@ -131,6 +131,7 @@ pw3270-sharp-@PACKAGE_VERSION@.@host@.zip: \ | ||
131 | $(BINRLS)/$(LIBNAME) \ | 131 | $(BINRLS)/$(LIBNAME) \ |
132 | $(BINRLS)/*.xml \ | 132 | $(BINRLS)/*.xml \ |
133 | testprograms/sample.cs \ | 133 | testprograms/sample.cs \ |
134 | + testprograms/vbclass.vb \ | ||
134 | src/pw3270-sharp/pw3270-sharp.cs \ | 135 | src/pw3270-sharp/pw3270-sharp.cs \ |
135 | $(BINRLS)/sample.exe | 136 | $(BINRLS)/sample.exe |
136 | 137 |