Changeset 15056 for gsdl/trunk/win32.mak


Ignore:
Timestamp:
2008-03-06T14:25:37+13:00 (16 years ago)
Author:
kjdon
Message:

added a line to create the bin/windows directory if it is not there, otherwise all the executables get written to a file called windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/win32.mak

    r14092 r15056  
    131131    call winMake.bat all nojava
    132132    call winMake.bat install nojava
     133    if NOT EXIST "$(GSDLHOME)\bin\windows" mkdir "$(GSDLHOME)\bin\windows"
    133134    copy bin\*.exe "$(GSDLHOME)\bin\windows"
    134135    cd "$(GSDLHOME)"
Note: See TracChangeset for help on using the changeset viewer.