Changeset 13297


Ignore:
Timestamp:
2012-10-11T00:36:12+02:00 (12 years ago)
Author:
adrpo
Message:
  • switch the places of libs as -lfmilib needs -lshlwapi.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/omc_release/Makefile.omdev.mingw

    r12995 r13297  
    5656
    5757$(PROG): $(SRCO) $(SUBDIRS)
    58   $(CXX) -O3 -Wl,--stack,7340032,--large-address-aware -o $(PROG) $(SRCO) $(AST) $(RTOBJ) $(LDFLAGS) $(PLTPKGFLAGS) -lshlwapi -liconv -lintl $(FMILIB)
     58  $(CXX) -O3 -Wl,--stack,7340032,--large-address-aware -o $(PROG) $(SRCO) $(AST) $(RTOBJ) $(LDFLAGS) $(PLTPKGFLAGS) $(FMILIB) -lshlwapi -liconv -lintl
    5959  #strip $(PROG)
    6060  ls -lah $(PROG)
Note: See TracChangeset for help on using the changeset viewer.