mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
updated makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0873fa8526
commit
836b358908
@ -164,7 +164,7 @@ osx: $(APP_ZIP) $(MAC_BUILD_DIR) Info.plist
|
|||||||
|
|
||||||
# XXX this is almost identical to osx...
|
# XXX this is almost identical to osx...
|
||||||
# XXX BUG: rebuilding without cleaning will mess up folders...
|
# XXX BUG: rebuilding without cleaning will mess up folders...
|
||||||
osx10.6: $(APP_ZIP) $(MAC_10_6_BUILD_DIR) Info.plist
|
osx-10.6: $(APP_ZIP) $(MAC_10_6_BUILD_DIR) Info.plist
|
||||||
unzip -u $(wildcard targets/node-webkit/node-webkit-*-osx10.6-ia32.zip) \
|
unzip -u $(wildcard targets/node-webkit/node-webkit-*-osx10.6-ia32.zip) \
|
||||||
-d $(MAC_10_6_BUILD_DIR)
|
-d $(MAC_10_6_BUILD_DIR)
|
||||||
cp $(APP_ZIP) $(MAC_10_6_BUILD_DIR)/node-webkit.app/Contents/Resources/app.nw
|
cp $(APP_ZIP) $(MAC_10_6_BUILD_DIR)/node-webkit.app/Contents/Resources/app.nw
|
||||||
@ -182,7 +182,7 @@ osx10.6: $(APP_ZIP) $(MAC_10_6_BUILD_DIR) Info.plist
|
|||||||
osx-dist: osx $(DIST_DIR)
|
osx-dist: osx $(DIST_DIR)
|
||||||
zip -r $(MAC_DIST_ZIP) $(MAC_BUILD_DIR)
|
zip -r $(MAC_DIST_ZIP) $(MAC_BUILD_DIR)
|
||||||
|
|
||||||
osx10.6-dist: osx $(DIST_DIR)
|
osx-10.6-dist: osx $(DIST_DIR)
|
||||||
zip -r $(MAC_10_6_DIST_ZIP) $(MAC_10_6_BUILD_DIR)
|
zip -r $(MAC_10_6_DIST_ZIP) $(MAC_10_6_BUILD_DIR)
|
||||||
|
|
||||||
|
|
||||||
@ -225,6 +225,8 @@ linux-x64-dist: linux-x64 $(DIST_DIR)
|
|||||||
# XXX iOS...
|
# XXX iOS...
|
||||||
|
|
||||||
|
|
||||||
|
all: win32 osx osx-10.4 linux-ia32 linux-x64
|
||||||
|
|
||||||
dist: win32-dist osx-dist
|
dist: win32-dist osx-dist
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user