mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweeks to the makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0369537d8f
commit
20ac5c2364
11
ui/Makefile
11
ui/Makefile
@ -125,10 +125,9 @@ win32-dist: win32 $(DIST_DIR)
|
||||
# XXX include vips...
|
||||
# XXX build and include gid, buldcache...
|
||||
# XXX include scripts/utils...
|
||||
zip -rj $(WIN_DIST_ZIP) $(WIN_BUILD_DIR)
|
||||
zip -r $(WIN_DIST_ZIP) $(WIN_BUILD_DIR)
|
||||
|
||||
|
||||
# XXX test!
|
||||
osx: $(APP_ZIP) $(MAC_BUILD_DIR)
|
||||
unzip -u $(wildcard targets/node-webkit/node-webkit-*-osx-ia32.zip) -d $(MAC_BUILD_DIR)
|
||||
cp $(APP_ZIP) $(MAC_BUILD_DIR)/node-webkit.app/Contents/Resources/app.nw
|
||||
@ -136,9 +135,15 @@ osx: $(APP_ZIP) $(MAC_BUILD_DIR)
|
||||
|
||||
|
||||
osx-dist: osx $(DIST_DIR)
|
||||
zip -rj $(MAC_DIST_ZIP) $(MAC_BUILD_DIR)
|
||||
zip -r $(MAC_DIST_ZIP) $(MAC_BUILD_DIR)
|
||||
|
||||
|
||||
# XXX android...
|
||||
# XXX iOS...
|
||||
|
||||
|
||||
dist: win32-dist osx-dist
|
||||
|
||||
|
||||
#**********************************************************************
|
||||
# cleanup...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user