diff options
author | Rr42 | 2018-05-25 19:07:46 +0530 |
---|---|---|
committer | Rr42 | 2018-05-25 19:07:46 +0530 |
commit | 4b612479c537f96be3a51be722382156b6a97239 (patch) | |
tree | 71c7f128b94da5b796bc00c85ebf7edb40377674 /ldmicro | |
parent | b689a165db83226ea6735dea22a47bac2f4f41ab (diff) | |
download | LDMicroGtk-4b612479c537f96be3a51be722382156b6a97239.tar.gz LDMicroGtk-4b612479c537f96be3a51be722382156b6a97239.tar.bz2 LDMicroGtk-4b612479c537f96be3a51be722382156b6a97239.zip |
removed unnecessary files
Diffstat (limited to 'ldmicro')
-rw-r--r-- | ldmicro/CMakeLists_gtk.txt | 33 | ||||
-rw-r--r-- | ldmicro/draw_outputdev.cpp | 3 |
2 files changed, 2 insertions, 34 deletions
diff --git a/ldmicro/CMakeLists_gtk.txt b/ldmicro/CMakeLists_gtk.txt deleted file mode 100644 index c91a4fd..0000000 --- a/ldmicro/CMakeLists_gtk.txt +++ /dev/null @@ -1,33 +0,0 @@ -CMAKE_MINIMUM_REQUIRED (VERSION 3.1) - -PROJECT (GTK3_TEST) - -IF (NOT UNIX) - set (PKG_CONFIG_PATH "C:/path/to/gtk/lib/pkgconfig") - set (PATH "C:/path/to/gtk/bin;%PATH%") -ENDIF (NOT UNIX) - -FIND_PACKAGE (PkgConfig REQUIRED) -pkg_check_modules (GTK3 REQUIRED gtk+-3.0) - -# Version control -SET (GTK3_TEST_VERSION_MAJOR 1) -SET (GTK3_TEST_VERSION_MINOR 0) - -# add the binary tree to the search path for include files -SET (PROJECT_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/includes") -include_directories (${GTK3_INCLUDE_DIRS}) -INCLUDE_DIRECTORIES ("${CMAKE_CURRENT_SOURCE_DIR}/includes") - - -# configure a header file to pass some of the CMake settings -# to the source code -CONFIGURE_FILE ( -"${PROJECT_INCLUDE_DIR}/gtk3.h.in" -"${PROJECT_INCLUDE_DIR}/gtk3.h" -) - -LINK_DIRECTORIES (${GTK3_LIBRARY_DIRS}) -ADD_EXECUTABLE(GTK3_TEST test.cpp) -ADD_DEFINITIONS (${GTK3_CFLAGS_OTHER}) -TARGET_LINK_LIBRARIES (GTK3_TEST ${GTK3_LIBRARIES}) diff --git a/ldmicro/draw_outputdev.cpp b/ldmicro/draw_outputdev.cpp index 7df670c..bc4a7ef 100644 --- a/ldmicro/draw_outputdev.cpp +++ b/ldmicro/draw_outputdev.cpp @@ -24,7 +24,8 @@ // // Ported to linus by: R Ramana, 2018 //----------------------------------------------------------------------------- -#include <windows.h> + +#include "linuxUI/linuxUI.h" #include <stdio.h> #include <stdlib.h> |