mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
don't rename the executable for make install. This should keep w3seek happy for a while :)
svn path=/trunk/; revision=28144
This commit is contained in:
parent
85145f3477
commit
e4a100a916
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="sol" type="win32gui" installbase="system32" installname="solitaire.exe" unicode="no" allowwarnings="yes" stdlib="host">
|
||||
<module name="sol" type="win32gui" installbase="system32" installname="sol.exe" unicode="no" allowwarnings="yes" stdlib="host">
|
||||
<include base="sol">.</include>
|
||||
<include base="sol">cardlib</include>
|
||||
<linkerflag>-lstdc++</linkerflag>
|
||||
|
|
Loading…
Reference in a new issue