Changeset 1925


Ignore:
Timestamp:
Jan 17, 2017, 3:56:49 PM (8 years ago)
Author:
Silvan Scherrer
Message:

ncftp: add icon file to ncftp.exe

Location:
Ncftp/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified Ncftp/trunk/ncftp/Makefile.in

    r1900 r1925  
    1818LIBS=@LIBS@ $(SOCKS_LIBS)
    1919STRIP=@STRIP@
     20ICO_FILE=../ncftp_os2.ico
     21ADDICON=../addicon.cmd
    2022LDFLAGS=-L../libncftp -L../Strn -L../sio @LDFLAGS@
    2123
     
    3436@Z30@
    3537        @CCDV@$(CC) $(CFLAGS) $(DEFS) $(CPPFLAGS) $(OBJS) -o ../bin/ncftp@EXEEXT@ $(LDFLAGS) -lncftp -lStrn -lsio $(LIBS)
     38        $(ADDICON) $(ICO_FILE) ../bin/ncftp.exe
    3639        -@$(STRIP) ../bin/ncftp@EXEEXT@
    3740
Note: See TracChangeset for help on using the changeset viewer.