Ignore:
Timestamp:
Jun 8, 2006 11:43:42 PM (18 years ago)
Author:
ismangil
Message:

Initial work - debug symbian working, os_core still stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/build/host-win32.mak

    r65 r496  
    11export HOST_MV := ren 
    2 export HOST_RM := if exist @@; del /F /Q @@ 
    3 export HOST_RMR := if exist @@; del /F /Q @@ 
    4 export HOST_RMDIR := if exist @@; rmdir @@ 
     2export HOST_RM := if exist @@; del /F /Q /S @@ 
     3export HOST_RMR := if exist @@; del /F /Q /S @@ 
     4export HOST_RMDIR := if exist @@; rmdir /S /Q @@ 
    55export HOST_MKDIR := if not exist @@; mkdir @@ 
    66export HOST_EXE := .exe 
Note: See TracChangeset for help on using the changeset viewer.