mirror of
https://github.com/irmen/prog8.git
synced 2025-07-17 19:24:14 +00:00
Compare commits
2 Commits
structs-wi
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
054c98da7c | ||
|
a4a1b563aa |
@@ -5,7 +5,7 @@
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
|
||||
<orderEntry type="jdk" jdkName="Python 3" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@@ -65,6 +65,11 @@ Various things:
|
||||
and it does it at run time. In this demo a jump table is not only created in the library,
|
||||
but also in the main program and copied into the library for its use.
|
||||
|
||||
`Additional custom compilation targets (such as VIC-20) <https://github.com/gillham/prog8targets>`_
|
||||
Various custom targets for Prog8 that are not (yet?) part of the Prog8 examples themselves.
|
||||
These additional compilation targets may be in varying state of completeness.
|
||||
Perhaps most recognisable at the time of adding this link, are the various VIC-20 targets.
|
||||
|
||||
|
||||
.. image:: _static/curious.png
|
||||
:align: center
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
Reference in New Issue
Block a user