Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-simon committed Nov 28, 2017
2 parents 118dc01 + 789f202 commit fd7fa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt-gui/ansifilter-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ win32 {
DEFINES += _WIN32
RC_FILE = icon.rc
DESTDIR = ../../
QMAKE_POST_LINK = D:\Devel\upx391w\upx.exe --best ../../ansifilter-gui.exe
QMAKE_POST_LINK = E:\Devel\upx393w\upx.exe --best ../../ansifilter-gui.exe
}

macx-clang:ICON = $${PWD}/ansifilter.icns
Expand Down
2 changes: 1 addition & 1 deletion src/w32-projects/ansifilter_cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ SOURCES += ../elementstyle.cpp ../plaintextgenerator.cpp ../codegenerator.cpp
SOURCES += ../platform_fs.cpp ../rtfgenerator.cpp ../htmlgenerator.cpp ../texgenerator.cpp ../latexgenerator.cpp ../bbcodegenerator.cpp ../pangogenerator.cpp
SOURCES += ../stringtools.cpp ../stylecolour.cpp ../preformatter.cpp

win32:QMAKE_POST_LINK = D:\Devel\upx391w\upx.exe --best ../../ansifilter.exe
win32:QMAKE_POST_LINK = E:\Devel\upx393w\upx.exe --best ../../ansifilter.exe

0 comments on commit fd7fa91

Please sign in to comment.