added a debug line without WIN32 marker.

This commit is contained in:
Klaas Freitag 2012-05-11 10:09:27 +02:00
parent bacc70a299
commit f7fd9928b7

View file

@ -122,6 +122,8 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
install(FILES ${mirall_I18N} DESTINATION share/mirall/i18n)
# we may not add MACOSX_BUNDLE here, if not building one
# add_executable(owncloud main.cpp ${final_src})
add_executable(owncloud WIN32 main.cpp ${final_src})
set_target_properties( owncloud PROPERTIES COMPILE_DEFINITIONS OWNCLOUD_CLIENT)
# add_executable(owncloud main.cpp ${final_src})