X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=9eb15153f732fd18eeb08be0b0d3d5f36addc747;hb=7690b174f121007c511f40d69c70d72e6953b5a9;hp=442fc10504da393ad3e3d21a82c07e19e1ceec14;hpb=2f4fb7c15c5017546238241ea318b16b9a032c52;p=oftp diff --git a/Makefile b/Makefile index 442fc10..9eb1515 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ obj = main.obj tgfx.obj tui.obj tui_list.obj darray.obj util.obj input.obj ftp.o bin = oftp.exe !ifdef __UNIX__ -incpath = -Isrc -Isrc/dos -I$(WATT_ROOT)/inc -libs = library $(WATT_ROOT)/lib/wattcpwf.lib +incpath = -Isrc -Isrc/dos -Ilibs/watt32 +libs = library libs/watt32/wattcpwf.lib !else -incpath = -Isrc -Isrc\dos -I$(%WATT_ROOT)\inc -libs = library $(%WATT_ROOT)\lib\wattcpwf.lib +incpath = -Isrc -Isrc\dos -Ilibs\watt32 +libs = library libs\watt32\wattcpwf.lib !endif #opt = -otexan