Ignore:
Timestamp:
Aug 14, 2006 12:55:27 AM (18 years ago)
Author:
ismangil
Message:

Work in progress. Compile and links cleanly. Executes in console mode still buggy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/build/rules.mak

    r679 r680  
    8080 
    8181$(EXE): $(BINDIR) $(OBJDIRS) $(OBJS) $($(APP)_EXTRA_DEP) 
    82         $(LD) $(LDOUT)$(subst /,$(HOST_PSEP),$(EXE)) \ 
     82        $(LDEXE) $(LDOUT)$(subst /,$(HOST_PSEP),$(EXE)) \ 
    8383            $(subst /,$(HOST_PSEP),$(OBJS)) $($(APP)_LDFLAGS) 
    8484 
Note: See TracChangeset for help on using the changeset viewer.