mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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,6 +4,6 @@ SUBDIRS += \
|
||||
openpgpsdk/src/openpgpsdk.pro \
|
||||
libbitdht/src/libbitdht.pro \
|
||||
libretroshare/src/libretroshare.pro \
|
||||
retroshare-gui/src/RetroShare.pro \
|
||||
retroshare-gui/src/retroshare-gui.pro \
|
||||
retroshare-nogui/src/retroshare-nogui.pro \
|
||||
plugins/plugins.pro
|
||||
|
@ -3,7 +3,7 @@ set MINGW=%QTDIR%\mingw
|
||||
|
||||
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
|
||||
:loop1
|
||||
@ -68,7 +68,7 @@ cd ..\..\retroshare-gui\src
|
||||
|
||||
if not %clean%x==x mingw32-make clean
|
||||
|
||||
qmake RetroShare.pro
|
||||
qmake retroshare-gui.pro
|
||||
|
||||
mingw32-make %%a
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
set QTDIR=d:\qt\2010.01
|
||||
set QTDIR=D:\qt\2010.01
|
||||
set MINGW=%QTDIR%\mingw
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user