Skip to content

Commit

Permalink
View history
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAiresCastello committed Jun 12, 2022
1 parent acedfaf commit dc95993
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.vs
bin
obj
*.exe
*.ini
*.pro
*.user
Expand Down
Binary file added Build/PTM.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions Build/boot.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
autoload=test.ptml
#autorun=test.ptml
#screen=33 25 3 3
#color=0x0d 0x90 0x92
6 changes: 6 additions & 0 deletions Build/test.ptml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
10 REM Test Program
20 CLS
25 COLOR 10,20,30
30 PRINT "Hello World!"
40 HALT
50 EXIT
3 changes: 3 additions & 0 deletions PTM/PTM.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
<AdditionalLibraryDirectories>..\..\..\..\Lib\SDL2-2.0.8\lib\x86;..\..\CppUtils\Debug;..\..\TileGameToolkit\TileGameLibC\Builds;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;CppUtils.lib;TileGameLib.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>copy "$(TargetPath)" "$(SolutionDir)Build\$(TargetFileName)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand Down

0 comments on commit dc95993

Please sign in to comment.