Create def files for all dlls
This commit is contained in:
parent
d8333fcc3d
commit
0031c03f65
@ -22,7 +22,10 @@ build-python: check-make
|
||||
cp -fl $(mgwpythoninstdir)/libs/libpython2*.a $(mgwtargetdir)/lib/
|
||||
cp -fl $(mgwpythoninstdir)/include/* $(mgwtargetdir)/include/python/
|
||||
|
||||
build: build-python build-gtk build-data
|
||||
build-defs: check-make
|
||||
cd $(mgwtargetdir)/lib && gendef ../bin/*.dll
|
||||
|
||||
build: build-python build-gtk build-data build-defs
|
||||
rebuild: clean build
|
||||
|
||||
bdist-en:
|
||||
|
0
plat/win32/gtk-win/makelib.py
Normal file
0
plat/win32/gtk-win/makelib.py
Normal file
@ -29,7 +29,6 @@ gtk-win (where this file is) directory contents:
|
||||
jhbuildrc: directory which contains jhbuild configuration
|
||||
jhbuildrc: actual jhbuildrc file
|
||||
gtk.moduleset: jhbuild moduleset file
|
||||
patches: patches used in the build, referenced in gtk.moduleset
|
||||
|
||||
Build directory layout:
|
||||
- gtk-win-build: root directory for the build, set in config.sh.
|
||||
@ -46,5 +45,3 @@ Build directory layout:
|
||||
non-distributed files (e.g. headers) removed, plus extra files
|
||||
copied by "make.sh bdist" command.
|
||||
- bdist-debug: same as bdist-release, but for debug configuration.
|
||||
- medit-deps-src: directory with all source tarballs used to built medit and
|
||||
dependent binaries.
|
||||
|
Loading…
x
Reference in New Issue
Block a user