|
Revision 589, 0.6 kB
(checked in by arjanmol, 3 years ago)
|
chanegd taggedValue syntax
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
rem Startup script for Gaphor on Windows |
|---|
| 2 |
rem |
|---|
| 3 |
rem You should check if the directory where the win32 libraries are |
|---|
| 4 |
rem found is correct, as well as the place where Python is installed. |
|---|
| 5 |
rem |
|---|
| 6 |
rem |
|---|
| 7 |
|
|---|
| 8 |
rem This is where you installed the Gaphor-win32-libs package. |
|---|
| 9 |
|
|---|
| 10 |
set GAPHOR_WIN32_LIBS=gaphor-win32-libs |
|---|
| 11 |
rem set GAPHOR_WIN32_LIBS=c:\msys\1.0\target |
|---|
| 12 |
|
|---|
| 13 |
rem Where is Python installed? |
|---|
| 14 |
|
|---|
| 15 |
set PYTHONHOME=c:\Python24 |
|---|
| 16 |
|
|---|
| 17 |
rem Should have to change these: |
|---|
| 18 |
|
|---|
| 19 |
set PATH=%GAPHOR_WIN32_LIBS%\bin;%PYTHONHOME%;%PATH% |
|---|
| 20 |
|
|---|
| 21 |
set PYTHONPATH=%GAPHOR_WIN32_LIBS%\lib\python24 |
|---|
| 22 |
|
|---|
| 23 |
python setup.py run %1 %2 %3 %4 |
|---|