|
Revision 464, 0.5 kB
(checked in by arjanmol, 4 years ago)
|
*** empty log message ***
|
- 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 |
|
|---|
| 12 |
rem Where is Python installed? |
|---|
| 13 |
|
|---|
| 14 |
set PYTHONHOME=c:\Python23 |
|---|
| 15 |
|
|---|
| 16 |
rem Should have to change these: |
|---|
| 17 |
|
|---|
| 18 |
set PATH=%GAPHOR_WIN32_LIBS%\bin;%PYTHONHOME%;%PATH% |
|---|
| 19 |
|
|---|
| 20 |
set PYTHONPATH=%GAPHOR_WIN32_LIBS%\lib\python23 |
|---|
| 21 |
|
|---|
| 22 |
python setup.py run %1 %2 %3 %4 |
|---|