Skip to content

Commit

Permalink
compile for all platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
luddep committed Mar 11, 2010
1 parent 6a489cd commit 39b55b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Jakefile
Expand Up @@ -51,7 +51,7 @@ framework ("LPKit", function(task)
task.setSummary("A collection of re-usable views, controls & utilities for Cappuccino.");
task.setSources(new FileList("*.j"));
task.setResources(new FileList("Resources/**/*"));
task.setEnvironments([browserEnvironment]);
//task.setEnvironments([browserEnvironment]);
//task.setFlattensSources(true);
task.setInfoPlistPath("Info.plist");

Expand Down
1 change: 0 additions & 1 deletion LPSlideView.j
Expand Up @@ -31,7 +31,6 @@
@import <AppKit/CPView.j>
@import <LPKit/LPViewAnimation.j>


LPSlideViewHorizontalDirection = 0;
LPSlideViewVerticalDirection = 1;
LPSlideViewPositiveDirection = 2;
Expand Down

0 comments on commit 39b55b1

Please sign in to comment.