Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Ignore hint about unused parameters. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | develop |
Files: | files | file ages | folders |
SHA1: |
7df93cda497cf65fd2f02fe86454a975 |
User & Date: | tinus 2017-04-01 10:44:34.253 |
Context
2017-04-01
| ||
10:45 | Added color selection buttons at the bottom. Move the (mouse) cursor using the cursor keys. check-in: 004b9a6753 user: tinus tags: develop | |
10:44 | Ignore hint about unused parameters. check-in: 7df93cda49 user: tinus tags: develop | |
08:21 | Added debug and release build modes to the project. check-in: 4c0cac166d user: tinus tags: develop | |
Changes
Changes to src/tekening.lpi.
︙ | ︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | </Debugging> <Options> <Win32> <GraphicApplication Value="True"/> </Win32> </Options> </Linking> </CompilerOptions> </Item2> <Item3 Name="Release"> <CompilerOptions> <Version Value="11"/> <Target> <Filename Value="tekening"/> | > > > > > | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | </Debugging> <Options> <Win32> <GraphicApplication Value="True"/> </Win32> </Options> </Linking> <Other> <CompilerMessages> <IgnoredMessages idx5024="True"/> </CompilerMessages> </Other> </CompilerOptions> </Item2> <Item3 Name="Release"> <CompilerOptions> <Version Value="11"/> <Target> <Filename Value="tekening"/> |
︙ | ︙ |