mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 09:29:30 -04:00
renamed project file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5361 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
538c5ed975
commit
2bcc910943
4 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,6 @@ SUBDIRS += \
|
||||||
openpgpsdk/src/openpgpsdk.pro \
|
openpgpsdk/src/openpgpsdk.pro \
|
||||||
libbitdht/src/libbitdht.pro \
|
libbitdht/src/libbitdht.pro \
|
||||||
libretroshare/src/libretroshare.pro \
|
libretroshare/src/libretroshare.pro \
|
||||||
retroshare-gui/src/RetroShare.pro \
|
retroshare-gui/src/retroshare-gui.pro \
|
||||||
retroshare-nogui/src/retroshare-nogui.pro \
|
retroshare-nogui/src/retroshare-nogui.pro \
|
||||||
plugins/plugins.pro
|
plugins/plugins.pro
|
||||||
|
|
|
@ -3,7 +3,7 @@ set MINGW=%QTDIR%\mingw
|
||||||
|
|
||||||
set PATH=%QTDIR%\qt\bin;%QTDIR%\bin;%MINGW%\bin;%PATH%
|
set PATH=%QTDIR%\qt\bin;%QTDIR%\bin;%MINGW%\bin;%PATH%
|
||||||
|
|
||||||
"C:\Program Files\TortoiseSVN\bin\SubWCRev" . libretroshare\src\util\rsversion.in libretroshare\src\util\rsversion.h
|
"c:\Program Files\TortoiseSVN\bin\SubWCRev" . libretroshare\src\util\rsversion.in libretroshare\src\util\rsversion.h
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
:loop1
|
:loop1
|
||||||
|
@ -68,7 +68,7 @@ cd ..\..\retroshare-gui\src
|
||||||
|
|
||||||
if not %clean%x==x mingw32-make clean
|
if not %clean%x==x mingw32-make clean
|
||||||
|
|
||||||
qmake RetroShare.pro
|
qmake retroshare-gui.pro
|
||||||
|
|
||||||
mingw32-make %%a
|
mingw32-make %%a
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
set QTDIR=d:\qt\2010.01
|
set QTDIR=D:\qt\2010.01
|
||||||
set MINGW=%QTDIR%\mingw
|
set MINGW=%QTDIR%\mingw
|
||||||
|
|
||||||
set PATH=%QTDIR%\qt\bin;%QTDIR%\bin;%MINGW%\bin;%PATH%
|
set PATH=%QTDIR%\qt\bin;%QTDIR%\bin;%MINGW%\bin;%PATH%
|
||||||
|
|
||||||
"D:\Programme\TortoiseSVN\bin\SubWCRev" . util\rsversion.in util\rsversion.h
|
|
||||||
|
|
||||||
qmake RetroShare.pro
|
qmake retroshare-gui.pro
|
||||||
|
|
||||||
mingw32-make
|
mingw32-make
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue