mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Win32 GUI subsystem.
svn path=/trunk/; revision=8034
This commit is contained in:
parent
8fdb9cdcc1
commit
270099086f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ PATH_TO_TOP = ../../reactos
|
||||||
|
|
||||||
TARGET_TYPE = program
|
TARGET_TYPE = program
|
||||||
|
|
||||||
TARGET_APPTYPE = console
|
TARGET_APPTYPE = windows
|
||||||
|
|
||||||
TARGET_NAME = hcalc
|
TARGET_NAME = hcalc
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ PATH_TO_TOP = ../../reactos
|
||||||
|
|
||||||
TARGET_TYPE = program
|
TARGET_TYPE = program
|
||||||
|
|
||||||
TARGET_APPTYPE = console
|
TARGET_APPTYPE = windows
|
||||||
|
|
||||||
TARGET_NAME = winfile
|
TARGET_NAME = winfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue