]> git.pld-linux.org Git - packages/avr_simulator.git/blame - avr_simulator-quick.patch
- xpm path patch
[packages/avr_simulator.git] / avr_simulator-quick.patch
CommitLineData
46b298eb
MP
1diff -Nur avr_simulator/help.c avr_simulator.mod/help.c
2--- avr_simulator/help.c 2002-08-30 16:53:43.000000000 +0200
3+++ avr_simulator.mod/help.c 2008-08-06 00:22:14.000000000 +0200
4@@ -120,32 +120,32 @@
5
6 strings[0]=XmStringGenerate( " AVR Simulator V1.3.1\n\n",NULL,
7 XmCHARSET_TEXT,"Big_rendition");
8- strings[1]=XmStringGenerate("
9- AVR Simulator - A GNU/Linux simulator for the Atmel AVR series
10- of microcontrollers.
11-
12- This program was developed as the graduated work.
13- Copyright (C) 2001 Sergiy Uvarov
14-
15- This program is free software; you can redistribute it and/or
16- modify it under the terms of the GNU General Public License
17- as published by the Free Software Foundation; either version 2
18- of the License, or (at your option) any later version.
19-
20- This program is distributed in the hope that it will be useful,
21- but WITHOUT ANY WARRANTY; without even the implied warranty of
22- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23- GNU General Public License for more details.
24-
25- You should have received a copy of the GNU General Public
26- License along with this program; if not, write to the Free
27- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
28- MA 02111-1307, USA.
29-
30- Sergiy Uvarov
31-
32- Web site:
33- E-mail : colonel@ff.dsu.dp.ua\n",
34+ strings[1]=XmStringGenerate(
35+" AVR Simulator - A GNU/Linux simulator for the Atmel AVR series \n"
36+" of microcontrollers. \n"
37+"\n"
38+" This program was developed as the graduated work. \n"
39+" Copyright (C) 2001 Sergiy Uvarov \n"
40+"\n"
41+" This program is free software; you can redistribute it and/or \n"
42+" modify it under the terms of the GNU General Public License \n"
43+" as published by the Free Software Foundation; either version 2 \n"
44+" of the License, or (at your option) any later version. \n"
45+" \n"
46+" This program is distributed in the hope that it will be useful,\n"
47+" but WITHOUT ANY WARRANTY; without even the implied warranty of \n"
48+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n"
49+" GNU General Public License for more details.\n"
50+" \n"
51+" You should have received a copy of the GNU General Public\n"
52+" License along with this program; if not, write to the Free\n"
53+" Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
54+" MA 02111-1307, USA.\n"
55+" \n"
56+" Sergiy Uvarov\n"
57+"\n"
58+" Web site: \n"
59+" E-mail : colonel@ff.dsu.dp.ua\n",
60 XmFONTLIST_DEFAULT_TAG,
61 XmCHARSET_TEXT,_MOTIF_DEFAULT_LOCALE);
62 XmStringConcatAndFree(strings[0],strings[1]);
63diff -Nur avr_simulator/Makefile avr_simulator.mod/Makefile
64--- avr_simulator/Makefile 2002-09-09 08:51:56.000000000 +0200
65+++ avr_simulator.mod/Makefile 2008-08-06 00:20:42.000000000 +0200
66@@ -1,13 +1,13 @@
67 project = avr_simulator
68-prefix = /usr/local
69+prefix = /usr
70 objs = avr_simulator.o func_command.o hardware.o xs_wtip.o\
71 buttons_menu.o menu_options.o menu_memory.o help.o
72-x_includes = -I/opt/X11R6/include
73-motif_includes = -I/usr/local/include
74+x_includes = -I/usr/X11R6/include
75+motif_includes = -I/usr/include
76
77 # X and Motif libraries and locations.
78-xlib = -L/opt/X11R6/lib -lXpm -lXmu -lXp -lXext -lXt -lX11
79-motif = -L/usr/local/lib -lXm
80+xlib = -L/usr/X11R6/lib -lXpm -lXmu -lXp -lXext -lXt -lX11
81+motif = -L/usr/lib -lXm
82 thread = -lpthread
83
84 # Using gcc compiler....
This page took 0.69625 seconds and 4 git commands to generate.