equal
deleted
inserted
replaced
84 igbox.cpp |
84 igbox.cpp |
85 weaponItem.cpp |
85 weaponItem.cpp |
86 statsPage.cpp |
86 statsPage.cpp |
87 misc.cpp |
87 misc.cpp |
88 ammoSchemeModel.cpp |
88 ammoSchemeModel.cpp |
|
89 togglebutton.cpp |
89 ) |
90 ) |
90 |
91 |
91 if(MINGW) |
92 if(MINGW) |
92 # resource compilation for mingw |
93 # resource compilation for mingw |
93 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o |
94 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o |
133 igbox.h |
134 igbox.h |
134 weaponItem.h |
135 weaponItem.h |
135 statsPage.h |
136 statsPage.h |
136 misc.h |
137 misc.h |
137 ammoSchemeModel.h |
138 ammoSchemeModel.h |
|
139 togglebutton.h |
138 ) |
140 ) |
139 |
141 |
140 set(hwfr_hdrs |
142 set(hwfr_hdrs |
141 binds.h |
143 binds.h |
142 ui_hwform.h |
144 ui_hwform.h |