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:
Ged Murphy 2007-08-03 17:48:24 +00:00
parent 85145f3477
commit e4a100a916

View file

@ -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>