feature/imgui-sdl
points-test
|
Last change
on this file since dc19a39 was f71d87d, checked in by Dmitry Portnoy <dmp1488@…>, 7 years ago |
|
Start changing the laser fragment shader to allow each laser to be drawn in a different color, and start creating release scripts for different platforms.
|
-
Property mode
set to
100644
|
|
File size:
314 bytes
|
| Line | |
|---|
| 1 | [Setup]
|
|---|
| 2 | AppName=OpenGLGame
|
|---|
| 3 | AppVersion=0.1
|
|---|
| 4 | DefaultDirName={pf}\OpenGLGame
|
|---|
| 5 | DefaultGroupName=OpenGLGame
|
|---|
| 6 | Compression=lzma2
|
|---|
| 7 | SolidCompression=yes
|
|---|
| 8 | OutputDir=userdocs:Inno Setup Examples Output
|
|---|
| 9 |
|
|---|
| 10 | [Files]
|
|---|
| 11 | Source: "Debug\OpenGLGame.exe"; DestDir: "{app}"
|
|---|
| 12 |
|
|---|
| 13 | [Icons]
|
|---|
| 14 | Name: "{group}\OpenGLGame"; Filename: "{app}\OpenGLGame.exe"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.