diff options
author | Rr42 | 2018-06-06 12:12:49 +0530 |
---|---|---|
committer | Rr42 | 2018-06-06 12:12:49 +0530 |
commit | 2ef55474f6c1622b19bbd9dfa0d132bb433e08b9 (patch) | |
tree | 2fa3c806f3ae23ba62cc7b9e79f4617cf1951a13 /ldmicro/ldmicro.rc | |
parent | 27b5bf49732e586021d6f0edf4d95a8554e599ef (diff) | |
download | LDMicroGtk-2ef55474f6c1622b19bbd9dfa0d132bb433e08b9.tar.gz LDMicroGtk-2ef55474f6c1622b19bbd9dfa0d132bb433e08b9.tar.bz2 LDMicroGtk-2ef55474f6c1622b19bbd9dfa0d132bb433e08b9.zip |
Removed unnecessary files and headers.
Diffstat (limited to 'ldmicro/ldmicro.rc')
-rw-r--r-- | ldmicro/ldmicro.rc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ldmicro/ldmicro.rc b/ldmicro/ldmicro.rc deleted file mode 100644 index 952b087..0000000 --- a/ldmicro/ldmicro.rc +++ /dev/null @@ -1,19 +0,0 @@ - -// we need a manifest if we want visual styles; put in numbers since somethings a bit screwy -// with my SDK install (I don't think I've got *.rh right) - -#include "components/componentimages.h" - -1 24 "ldmicro.exe.manifest" - -4000 ICON "ldmicro.ico" -RELAY_NC PNG "img\\relay_nc.png" -RELAY_NO PNG "img\\relay_no.png" -SWITCH_CONNECTED PNG "img\\switch_connected.png" -SWITCH_DISCONNECTED PNG "img\\switch_disconnected.png" -SPDT_1 PNG "img\\spdt_1.png" -SPDT_2 PNG "img\\spdt_2.png" -DPST_1 PNG "img\\dpst_1.png" -DPST_2 PNG "img\\dpst_2.png" -DPDT_1 PNG "img\\dpdt_1.png" -DPDT_2 PNG "img\\dpdt_2.png" |