blob: 9077d80f5bce792a24f0789bf95711cacf517c7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins_src/import_export/Makefile.orig 2019-05-28 09:51:15 UTC
+++ plugins_src/import_export/Makefile
@@ -19,7 +19,7 @@ WINGS_INTL=../../intl_tools
EBIN=../../plugins/import_export
ERLC=erlc
WINGS_E3D=../../e3d
-WINGS_TOP=../../..
+WINGS_TOP=../..
ifeq ($(TYPE),debug)
TYPE_FLAGS=-DDEBUG
|