equal
deleted
inserted
replaced
89 bgwidget.cpp |
89 bgwidget.cpp |
90 ) |
90 ) |
91 |
91 |
92 #xfire integration |
92 #xfire integration |
93 if(WIN32) |
93 if(WIN32) |
94 set(hwfr_src ${hwfr_src} xfire.cpp xfiregameclient.cpp) |
94 set(hwfr_src ${hwfr_src} xfire.cpp ../misc/xfire/xfiregameclient.cpp) |
95 endif(WIN32) |
95 endif(WIN32) |
96 |
96 |
97 if(MINGW) |
97 if(MINGW) |
98 # resource compilation for mingw |
98 # resource compilation for mingw |
99 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o |
99 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o |