ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/Vago.pro
(Generate patch)

Comparing Vago/trunk/Vago/Vago.pro (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 790 by s10k, Sat Apr 6 20:54:26 2013 UTC

# Line 12 | Line 12 | INCLUDEPATH += ./libs
12   INCLUDEPATH += ./packageWizard
13   INCLUDEPATH += ./soundWizard
14  
15 + macx {
16 + LIBS += -lz # for mac support zipping (thanks edt!)
17 + ICON = vago_icon.icns # mac os icon
18 + }
19 +
20 + win32 {
21 + RC_FILE = icon_resource.rc #for windows explorer icon
22 + }
23 +
24   TARGET = Vago
25   TEMPLATE = app
17 RC_FILE = icon_resource.rc #for windows explorer icon
26  
27   SOURCES += \
28      util.cpp \

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)