diff options
Diffstat (limited to 'tmake/lib/win32-visage/app.t')
-rwxr-xr-x | tmake/lib/win32-visage/app.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmake/lib/win32-visage/app.t b/tmake/lib/win32-visage/app.t new file mode 100755 index 0000000..fc4dc2c --- /dev/null +++ b/tmake/lib/win32-visage/app.t @@ -0,0 +1,6 @@ +############################################################################# +#! +#! This is a tmake template for building Win32 applications. +#! +#$ Project('TMAKE_APP_FLAG = 1'); +#$ IncludeTemplate("generic.t"); |