mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
- Add console version Appwiz. It is not finished, but fully works
svn path=/trunk/; revision=34902
This commit is contained in:
parent
b971b4d659
commit
94f599dec2
4 changed files with 278 additions and 0 deletions
10
rosapps/applications/cmdutils/appwiz/appwiz.rbuild
Normal file
10
rosapps/applications/cmdutils/appwiz/appwiz.rbuild
Normal file
|
@ -0,0 +1,10 @@
|
|||
<module name="appwiz.exe" type="win32cui" installbase="system32" installname="appwiz.exe">
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>user32</library>
|
||||
<library>shell32</library>
|
||||
<file>appwiz.c</file>
|
||||
<file>appwiz.rc</file>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue