X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FShell_src%2FMakefile;h=55744b97d52b6545f773c45b95a4ac3f531fc929;hb=ada42e7583b4fa07b30d5c1a3e813c9754ec5e0f;hp=18c4ab1e01bfd7e6e9e9403d5b8770ae471436dd;hpb=872dbea3900b09c78092d3cdf035513f400bcfe8;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/Shell_src/Makefile b/Usermode/Applications/axwin2_src/Shell_src/Makefile index 18c4ab1e..55744b97 100644 --- a/Usermode/Applications/axwin2_src/Shell_src/Makefile +++ b/Usermode/Applications/axwin2_src/Shell_src/Makefile @@ -2,11 +2,11 @@ -include ../../Makefile.cfg -CPPFLAGS += -I../include +CPPFLAGS += LDFLAGS += -laxwin2 DIR = Apps/AxWin/1.0 -BIN = ../Shell +BIN = Shell OBJ = main.o -include ../../Makefile.tpl